"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/11 04:53:55 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-puzehuv9rile" 2026/04/11 04:53:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/11 04:53:55 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/11 04:53:55 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/11 04:53:55 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/11 04:53:55 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/11 04:53:55 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell type "unix" from config 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Relative path resolved to "/rclone-test-puzehuv9rile" 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Using root directory "/rclone-test-puzehuv9rile" 2026/04/11 04:53:55 DEBUG : Creating backend with remote "/tmp/rclone4283630662" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:55 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:55 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:56 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:56 DEBUG : dir: Looking for writers 2026/04/11 04:53:56 DEBUG : Looking for writers 2026/04/11 04:53:56 DEBUG : dir: reading active writers 2026/04/11 04:53:56 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:56 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/11 04:53:56 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:56 DEBUG : dir/subdir: Looking for writers 2026/04/11 04:53:56 DEBUG : dir: Looking for writers 2026/04/11 04:53:56 DEBUG : file1: reading active writers 2026/04/11 04:53:56 DEBUG : file2: reading active writers 2026/04/11 04:53:56 DEBUG : subdir: reading active writers 2026/04/11 04:53:56 DEBUG : Looking for writers 2026/04/11 04:53:56 DEBUG : dir: reading active writers 2026/04/11 04:53:56 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.67s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:56 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:56 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:56 DEBUG : dir: Looking for writers 2026/04/11 04:53:56 DEBUG : file1: reading active writers 2026/04/11 04:53:56 DEBUG : Looking for writers 2026/04/11 04:53:56 DEBUG : dir: reading active writers 2026/04/11 04:53:56 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.22s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:56 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:56 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:57 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:57 DEBUG : dir: Looking for writers 2026/04/11 04:53:57 DEBUG : Looking for writers 2026/04/11 04:53:57 DEBUG : dir: reading active writers 2026/04/11 04:53:57 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.17s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:57 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:57 DEBUG : dir: forgetting directory cache 2026/04/11 04:53:57 DEBUG : forgetting directory cache 2026/04/11 04:53:57 DEBUG : dir: forgetting directory cache 2026/04/11 04:53:57 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:57 DEBUG : Looking for writers 2026/04/11 04:53:57 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:57 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:57 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/11 04:53:57 DEBUG : dir: invalidating directory cache 2026/04/11 04:53:57 DEBUG : >ForgetPath: 2026/04/11 04:53:57 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/11 04:53:57 DEBUG : invalidating directory cache 2026/04/11 04:53:57 DEBUG : dir: forgetting directory cache 2026/04/11 04:53:57 DEBUG : >ForgetPath: 2026/04/11 04:53:57 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/11 04:53:57 DEBUG : >ForgetPath: 2026/04/11 04:53:57 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:57 DEBUG : dir: Looking for writers 2026/04/11 04:53:57 DEBUG : Looking for writers 2026/04/11 04:53:57 DEBUG : dir: reading active writers 2026/04/11 04:53:57 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:57 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/fil/a/b/c" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/fil/a/b/c 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/fil/a/b/c" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-puzehuv9rile/fil/a/b/c 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:57 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/fil/a/b/c" 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/fil/a/b/c 2026/04/11 04:53:57 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/fil/a/b/c" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-puzehuv9rile/fil/a/b/c 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:58 DEBUG : forgetting directory cache 2026/04/11 04:53:58 DEBUG : dir: forgetting directory cache 2026/04/11 04:53:58 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:58 DEBUG : dir: Looking for writers 2026/04/11 04:53:58 DEBUG : fil/a/b: Looking for writers 2026/04/11 04:53:58 DEBUG : fil/a: Looking for writers 2026/04/11 04:53:58 DEBUG : b: reading active writers 2026/04/11 04:53:58 DEBUG : fil: Looking for writers 2026/04/11 04:53:58 DEBUG : a: reading active writers 2026/04/11 04:53:58 DEBUG : Looking for writers 2026/04/11 04:53:58 DEBUG : dir: reading active writers 2026/04/11 04:53:58 DEBUG : fil: reading active writers 2026/04/11 04:53:58 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.68s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:58 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:58 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:58 DEBUG : dir: Looking for writers 2026/04/11 04:53:58 DEBUG : Looking for writers 2026/04/11 04:53:58 DEBUG : dir: reading active writers 2026/04/11 04:53:58 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.17s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:58 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:58 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:58 DEBUG : dir: Looking for writers 2026/04/11 04:53:58 DEBUG : file1: reading active writers 2026/04/11 04:53:58 DEBUG : Looking for writers 2026/04/11 04:53:58 DEBUG : dir: reading active writers 2026/04/11 04:53:58 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:58 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:58 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:58 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/subdir/file3" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-puzehuv9rile/dir/subdir/file3 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/11 04:53:59 DEBUG : Waiting for deletions to finish 2026/04/11 04:53:59 INFO : dir/subdir/file3: Deleted 2026/04/11 04:53:59 DEBUG : removing 1 level 2 directories 2026/04/11 04:53:59 INFO : dir/subdir: Removing directory 2026/04/11 04:53:59 DEBUG : dir: invalidating directory cache 2026/04/11 04:53:59 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/11 04:53:59 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/11 04:53:59 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/11 04:53:59 DEBUG : dir/file1: Reset virtual modtime 2026/04/11 04:53:59 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/11 04:53:59 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:53:59 DEBUG : dir: invalidating directory cache 2026/04/11 04:53:59 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/11 04:53:59 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/11 04:53:59 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/11 04:53:59 DEBUG : forgetting directory cache 2026/04/11 04:53:59 DEBUG : dir: forgetting directory cache 2026/04/11 04:53:59 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/11 04:53:59 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:59 DEBUG : dir/virtualDir: Looking for writers 2026/04/11 04:53:59 DEBUG : dir: Looking for writers 2026/04/11 04:53:59 DEBUG : virtualFile: reading active writers 2026/04/11 04:53:59 DEBUG : virtualDir: reading active writers 2026/04/11 04:53:59 DEBUG : file1: reading active writers 2026/04/11 04:53:59 DEBUG : virtualFile2: reading active writers 2026/04/11 04:53:59 DEBUG : Looking for writers 2026/04/11 04:53:59 DEBUG : dir: reading active writers 2026/04/11 04:53:59 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.64s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:59 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:59 ERROR : dir/: Can only open directories read only 2026/04/11 04:53:59 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:59 DEBUG : dir: Looking for writers 2026/04/11 04:53:59 DEBUG : Looking for writers 2026/04/11 04:53:59 DEBUG : dir: reading active writers 2026/04/11 04:53:59 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:59 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:53:59 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/11 04:53:59 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (5 bytes), uploading instead of streaming 2026/04/11 04:53:59 DEBUG : dir/potato: size = 5 OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/potato" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/potato 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/potato" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/dir/potato 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:53:59 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:53:59 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/11 04:53:59 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/11 04:53:59 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:53:59 DEBUG : dir: Looking for writers 2026/04/11 04:53:59 DEBUG : file1: reading active writers 2026/04/11 04:53:59 DEBUG : potato: reading active writers 2026/04/11 04:53:59 DEBUG : Looking for writers 2026/04/11 04:53:59 DEBUG : dir: reading active writers 2026/04/11 04:53:59 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.39s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:53:59 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:53:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:53:59 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:00 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:00 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:00 DEBUG : dir/sub: Looking for writers 2026/04/11 04:54:00 DEBUG : dir: Looking for writers 2026/04/11 04:54:00 DEBUG : file1: reading active writers 2026/04/11 04:54:00 DEBUG : sub: reading active writers 2026/04/11 04:54:00 DEBUG : Looking for writers 2026/04/11 04:54:00 DEBUG : dir: reading active writers 2026/04/11 04:54:00 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.56s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:00 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:00 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/11 04:54:00 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:00 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:00 DEBUG : dir/sub/subsub: Looking for writers 2026/04/11 04:54:00 DEBUG : dir/sub: Looking for writers 2026/04/11 04:54:00 DEBUG : subsub: reading active writers 2026/04/11 04:54:00 DEBUG : dir: Looking for writers 2026/04/11 04:54:00 DEBUG : file1: reading active writers 2026/04/11 04:54:00 DEBUG : sub: reading active writers 2026/04/11 04:54:00 DEBUG : Looking for writers 2026/04/11 04:54:00 DEBUG : dir: reading active writers 2026/04/11 04:54:00 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.47s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:00 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:00 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:01 ERROR : dir/: Dir.Remove not empty 2026/04/11 04:54:01 DEBUG : dir/file1: Remove: 2026/04/11 04:54:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:01 DEBUG : dir/file1: >Remove: err= 2026/04/11 04:54:01 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/11 04:54:01 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:01 DEBUG : Looking for writers 2026/04/11 04:54:01 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.20s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:01 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:01 DEBUG : dir/file1: Remove: 2026/04/11 04:54:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:01 DEBUG : dir/file1: >Remove: err= 2026/04/11 04:54:01 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/11 04:54:01 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:01 DEBUG : Looking for writers 2026/04/11 04:54:01 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.22s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:01 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:01 DEBUG : dir/file1: Remove: 2026/04/11 04:54:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:01 DEBUG : dir/file1: >Remove: err= 2026/04/11 04:54:01 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:01 DEBUG : dir: Looking for writers 2026/04/11 04:54:01 DEBUG : Looking for writers 2026/04/11 04:54:01 DEBUG : dir: reading active writers 2026/04/11 04:54:01 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:01 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:01 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-puzehuv9rile/dir/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-puzehuv9rile/dir/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/11 04:54:02 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/11 04:54:02 DEBUG : dir: Updating dir with dir2 0x59494bb8750 2026/04/11 04:54:02 DEBUG : dir: forgetting directory cache 2026/04/11 04:54:02 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/11 04:54:02 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file1" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir2/file1 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir2/file1" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir2/file1 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file1" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir2/file1 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir2/file1" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir2/file1 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/11 04:54:02 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/11 04:54:02 DEBUG : file2: Updating file with file2 0x5949498ec00 2026/04/11 04:54:02 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:02 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:02 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:02 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:03 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/11 04:54:03 INFO : dir2/file3: Deleted 2026/04/11 04:54:03 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/11 04:54:03 DEBUG : dir2/file3: Updating file with dir2/file3 0x5949498ec00 2026/04/11 04:54:03 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/11 04:54:03 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:03 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir2/file3" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir2/file3 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:03 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:03 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/11 04:54:03 DEBUG : empty directory: Updating dir with renamed empty directory 0x59494afd520 2026/04/11 04:54:03 DEBUG : empty directory: forgetting directory cache 2026/04/11 04:54:03 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/11 04:54:03 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/11 04:54:03 DEBUG : dir2: Renaming to "dir3" 2026/04/11 04:54:03 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:03 DEBUG : dir3: Looking for writers 2026/04/11 04:54:03 DEBUG : file3: reading active writers 2026/04/11 04:54:03 DEBUG : renamed empty directory: Looking for writers 2026/04/11 04:54:03 DEBUG : Looking for writers 2026/04/11 04:54:03 DEBUG : dir3: reading active writers 2026/04/11 04:54:03 DEBUG : renamed empty directory: reading active writers 2026/04/11 04:54:03 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.69s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:03 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:03 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/11 04:54:03 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:03 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:03 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/11 04:54:03 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/11 04:54:03 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/11 04:54:03 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/11 04:54:03 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:03 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:03 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/11 04:54:03 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/11 04:54:03 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/11 04:54:03 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (12 bytes), uploading instead of streaming 2026/04/11 04:54:03 DEBUG : dir/sub/file2: size = 12 OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/sub/file2" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/sub/file2 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/sub/file2" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-puzehuv9rile/dir/sub/file2 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:03 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/11 04:54:03 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/11 04:54:03 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/11 04:54:03 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/11 04:54:03 DEBUG : forgetting directory cache 2026/04/11 04:54:03 DEBUG : dir: forgetting directory cache 2026/04/11 04:54:03 DEBUG : dir/sub: forgetting directory cache 2026/04/11 04:54:03 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/11 04:54:03 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (5 bytes), uploading instead of streaming 2026/04/11 04:54:03 DEBUG : dir/sub/file0: size = 5 OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/sub/file0" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/sub/file0 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/sub/file0" 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/dir/sub/file0 2026/04/11 04:54:03 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:03 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:03 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:03 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/11 04:54:03 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/11 04:54:03 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:03 DEBUG : dir/sub: Looking for writers 2026/04/11 04:54:03 DEBUG : file0: reading active writers 2026/04/11 04:54:03 DEBUG : file2: reading active writers 2026/04/11 04:54:03 DEBUG : dir: Looking for writers 2026/04/11 04:54:03 DEBUG : sub: reading active writers 2026/04/11 04:54:03 DEBUG : file1: reading active writers 2026/04/11 04:54:03 DEBUG : Looking for writers 2026/04/11 04:54:03 DEBUG : dir: reading active writers 2026/04/11 04:54:03 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.37s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:03 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:03 DEBUG : forgetting directory cache 2026/04/11 04:54:04 DEBUG : forgetting directory cache 2026/04/11 04:54:04 DEBUG : dir: forgetting directory cache 2026/04/11 04:54:04 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:04 DEBUG : dir: Looking for writers 2026/04/11 04:54:04 DEBUG : Looking for writers 2026/04/11 04:54:04 DEBUG : dir: reading active writers 2026/04/11 04:54:04 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:04 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:04 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/11 04:54:04 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:04 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/11 04:54:04 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/11 04:54:04 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/11 04:54:04 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:04 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:04 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/11 04:54:04 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:04 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/11 04:54:04 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/11 04:54:04 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/11 04:54:04 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:04 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:04 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:04 DEBUG : dir: Looking for writers 2026/04/11 04:54:04 DEBUG : file1: reading active writers 2026/04/11 04:54:04 DEBUG : file1.metadata: reading active writers 2026/04/11 04:54:04 DEBUG : Looking for writers 2026/04/11 04:54:04 DEBUG : dir: reading active writers 2026/04/11 04:54:04 DEBUG : dir.metadata: reading active writers 2026/04/11 04:54:04 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:05 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:05 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:05 DEBUG : dir: Looking for writers 2026/04/11 04:54:05 DEBUG : file1: reading active writers 2026/04/11 04:54:05 DEBUG : Looking for writers 2026/04/11 04:54:05 DEBUG : dir: reading active writers 2026/04/11 04:54:05 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:05 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:05 DEBUG : Can set mod time: true 2026/04/11 04:54:05 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:05 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:05 DEBUG : dir: Looking for writers 2026/04/11 04:54:05 DEBUG : file1: reading active writers 2026/04/11 04:54:05 DEBUG : Looking for writers 2026/04/11 04:54:05 DEBUG : dir: reading active writers 2026/04/11 04:54:05 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:05 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:05 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:05 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/11 04:54:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (0 bytes), uploading instead of streaming 2026/04/11 04:54:05 DEBUG : dir/file1: size = 0 OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:05 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:05 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/11 04:54:05 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:05 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/11 04:54:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:05 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:05 DEBUG : dir: Looking for writers 2026/04/11 04:54:05 DEBUG : file1: reading active writers 2026/04/11 04:54:05 DEBUG : Looking for writers 2026/04/11 04:54:05 DEBUG : dir: reading active writers 2026/04/11 04:54:05 DEBUG : >WaitForWriters: 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:05 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/11 04:54:06 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:06 DEBUG : dir: Looking for writers 2026/04/11 04:54:06 DEBUG : file1: reading active writers 2026/04/11 04:54:06 DEBUG : Looking for writers 2026/04/11 04:54:06 DEBUG : dir: reading active writers 2026/04/11 04:54:06 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:06 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:06 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:06 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/11 04:54:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (5 bytes), uploading instead of streaming 2026/04/11 04:54:06 DEBUG : dir/file1: size = 5 OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:06 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:06 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:06 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/11 04:54:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:06 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:06 DEBUG : dir: Looking for writers 2026/04/11 04:54:06 DEBUG : file1: reading active writers 2026/04/11 04:54:06 DEBUG : Looking for writers 2026/04/11 04:54:06 DEBUG : dir: reading active writers 2026/04/11 04:54:06 DEBUG : >WaitForWriters: 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/11 04:54:06 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:06 DEBUG : dir: Looking for writers 2026/04/11 04:54:06 DEBUG : file1: reading active writers 2026/04/11 04:54:06 DEBUG : Looking for writers 2026/04/11 04:54:06 DEBUG : dir: reading active writers 2026/04/11 04:54:06 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:06 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:06 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:06 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:06 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:07 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : >WaitForWriters: 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:07 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:07 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/11 04:54:07 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494a2f580): close: 2026/04/11 04:54:07 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494a2f580): >close: err= 2026/04/11 04:54:07 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : >WaitForWriters: 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:07 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : >WaitForWriters: 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:07 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:07 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:07 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/11 04:54:07 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494e24740): _writeAt: size=5, off=0 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494e24740): openPending: 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/11 04:54:07 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/11 04:54:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494e24740): >openPending: err= 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494e24740): >_writeAt: n=5, err= 2026/04/11 04:54:07 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494e24740): close: 2026/04/11 04:54:07 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/11 04:54:07 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/11 04:54:07 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/11 04:54:07 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/11 04:54:07 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/11 04:54:07 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:07 DEBUG : dir/file1(0x59494e24740): >close: err= 2026/04/11 04:54:07 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:07 DEBUG : dir/file1: vfs cache: starting upload 2026/04/11 04:54:07 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1.2f98c60a.partial" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1.2f98c60a.partial 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1.2f98c60a.partial" 2026/04/11 04:54:07 DEBUG : dir: Looking for writers 2026/04/11 04:54:07 DEBUG : file1: reading active writers 2026/04/11 04:54:07 DEBUG : Looking for writers 2026/04/11 04:54:07 DEBUG : dir: reading active writers 2026/04/11 04:54:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-puzehuv9rile/dir/file1.2f98c60a.partial 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:07 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/11 04:54:07 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/11 04:54:07 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/11 04:54:07 INFO : dir/file1: Copied (replaced existing) 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:07 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/11 04:54:08 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/11 04:54:08 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:08 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/11 04:54:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:08 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:08 DEBUG : dir: Looking for writers 2026/04/11 04:54:08 DEBUG : file1: reading active writers 2026/04/11 04:54:08 DEBUG : Looking for writers 2026/04/11 04:54:08 DEBUG : dir: reading active writers 2026/04/11 04:54:08 DEBUG : >WaitForWriters: 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/11 04:54:08 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:08 DEBUG : dir: Looking for writers 2026/04/11 04:54:08 DEBUG : file1: reading active writers 2026/04/11 04:54:08 DEBUG : Looking for writers 2026/04/11 04:54:08 DEBUG : dir: reading active writers 2026/04/11 04:54:08 DEBUG : >WaitForWriters: 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.08s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.52s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.50s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.38s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:08 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:08 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:08 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/11 04:54:08 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:08 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:08 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:08 DEBUG : dir: Looking for writers 2026/04/11 04:54:08 DEBUG : file1: reading active writers 2026/04/11 04:54:08 DEBUG : Looking for writers 2026/04/11 04:54:08 DEBUG : dir: reading active writers 2026/04/11 04:54:08 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.30s) === RUN TestFileOpenReadUnknownSize 2026/04/11 04:54:08 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/11 04:54:08 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/11 04:54:08 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:08 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/11 04:54:08 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:08 DEBUG : Looking for writers 2026/04/11 04:54:08 DEBUG : file.txt: reading active writers 2026/04/11 04:54:08 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:08 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (25 bytes), uploading instead of streaming 2026/04/11 04:54:08 DEBUG : dir/file1: size = 25 OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:08 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/11 04:54:08 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:08 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:08 DEBUG : dir: Looking for writers 2026/04/11 04:54:08 DEBUG : file1: reading active writers 2026/04/11 04:54:08 DEBUG : Looking for writers 2026/04/11 04:54:08 DEBUG : dir: reading active writers 2026/04/11 04:54:08 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.28s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:08 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:08 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:09 DEBUG : dir/file1: Remove: 2026/04/11 04:54:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:09 DEBUG : dir/file1: >Remove: err= 2026/04/11 04:54:09 DEBUG : dir/file1: Remove: 2026/04/11 04:54:09 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/11 04:54:09 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:09 DEBUG : dir: Looking for writers 2026/04/11 04:54:09 DEBUG : Looking for writers 2026/04/11 04:54:09 DEBUG : dir: reading active writers 2026/04/11 04:54:09 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.22s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:09 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:09 DEBUG : dir/file1: Remove: 2026/04/11 04:54:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:09 DEBUG : dir/file1: >Remove: err= 2026/04/11 04:54:09 DEBUG : dir/file1: Remove: 2026/04/11 04:54:09 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/11 04:54:09 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:09 DEBUG : dir: Looking for writers 2026/04/11 04:54:09 DEBUG : Looking for writers 2026/04/11 04:54:09 DEBUG : dir: reading active writers 2026/04/11 04:54:09 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:09 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:09 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/11 04:54:09 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/11 04:54:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/11 04:54:09 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/11 04:54:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/11 04:54:09 DEBUG : dir/file1: Open: flags=0x3 2026/04/11 04:54:09 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/11 04:54:09 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/11 04:54:09 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:09 DEBUG : dir: Looking for writers 2026/04/11 04:54:09 DEBUG : file1: reading active writers 2026/04/11 04:54:09 DEBUG : Looking for writers 2026/04/11 04:54:09 DEBUG : dir: reading active writers 2026/04/11 04:54:09 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.17s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:09 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:09 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:09 DEBUG : dir: Looking for writers 2026/04/11 04:54:09 DEBUG : file1: reading active writers 2026/04/11 04:54:09 DEBUG : Looking for writers 2026/04/11 04:54:09 DEBUG : dir: reading active writers 2026/04/11 04:54:09 DEBUG : >WaitForWriters: 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:09 DEBUG : newLeaf: Updating file with newLeaf 0x59494bf06c0 2026/04/11 04:54:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:09 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:09 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:10 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/11 04:54:10 DEBUG : dir/file1: Updating file with dir/file1 0x59494bf06c0 2026/04/11 04:54:10 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/11 04:54:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:10 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/11 04:54:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:10 DEBUG : dir/file1: File is currently open, delaying rename 0x59494bf06c0 2026/04/11 04:54:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (25 bytes), uploading instead of streaming 2026/04/11 04:54:10 DEBUG : dir/file1: size = 25 OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:10 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/11 04:54:10 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:10 DEBUG : newLeaf: Running delayed rename now 2026/04/11 04:54:10 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:10 DEBUG : newLeaf: Updating file with newLeaf 0x59494bf06c0 2026/04/11 04:54:10 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:10 DEBUG : dir: Looking for writers 2026/04/11 04:54:10 DEBUG : Looking for writers 2026/04/11 04:54:10 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:10 DEBUG : dir: reading active writers 2026/04/11 04:54:10 DEBUG : >WaitForWriters: 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/11 04:54:10 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:10 DEBUG : dir: Looking for writers 2026/04/11 04:54:10 DEBUG : Looking for writers 2026/04/11 04:54:10 DEBUG : dir: reading active writers 2026/04/11 04:54:10 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:10 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:10 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:10 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:10 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:10 DEBUG : dir: Looking for writers 2026/04/11 04:54:10 DEBUG : file1: reading active writers 2026/04/11 04:54:10 DEBUG : Looking for writers 2026/04/11 04:54:10 DEBUG : dir: reading active writers 2026/04/11 04:54:10 DEBUG : >WaitForWriters: 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:10 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:10 DEBUG : newLeaf: Updating file with newLeaf 0x59494bb2d80 2026/04/11 04:54:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:10 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:11 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/11 04:54:11 DEBUG : dir/file1: Updating file with dir/file1 0x59494bb2d80 2026/04/11 04:54:11 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/11 04:54:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:11 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:11 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/11 04:54:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:11 DEBUG : dir/file1: File is currently open, delaying rename 0x59494bb2d80 2026/04/11 04:54:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (25 bytes), uploading instead of streaming 2026/04/11 04:54:11 DEBUG : dir/file1: size = 25 OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:11 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/11 04:54:11 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:11 DEBUG : newLeaf: Running delayed rename now 2026/04/11 04:54:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:11 DEBUG : newLeaf: Updating file with newLeaf 0x59494bb2d80 2026/04/11 04:54:11 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:11 DEBUG : dir: Looking for writers 2026/04/11 04:54:11 DEBUG : Looking for writers 2026/04/11 04:54:11 DEBUG : dir: reading active writers 2026/04/11 04:54:11 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:11 DEBUG : >WaitForWriters: 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/11 04:54:11 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:11 DEBUG : dir: Looking for writers 2026/04/11 04:54:11 DEBUG : Looking for writers 2026/04/11 04:54:11 DEBUG : dir: reading active writers 2026/04/11 04:54:11 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:11 DEBUG : >WaitForWriters: 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:11 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:11 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:11 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:11 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:11 DEBUG : dir/file1(0x59494581300): openPending: 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:11 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/11 04:54:11 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/11 04:54:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:11 DEBUG : dir/file1(0x59494581300): >openPending: err= 2026/04/11 04:54:11 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/11 04:54:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:11 DEBUG : dir/file1(0x59494581300): _writeAt: size=14, off=0 2026/04/11 04:54:11 DEBUG : dir/file1(0x59494581300): >_writeAt: n=14, err= 2026/04/11 04:54:11 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/11 04:54:11 DEBUG : dir/file1(0x59494581300): close: 2026/04/11 04:54:11 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/11 04:54:11 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/11 04:54:11 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:11 DEBUG : dir/file1(0x59494581300): >close: err= 2026/04/11 04:54:11 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:11 DEBUG : dir: Looking for writers 2026/04/11 04:54:11 DEBUG : file1: reading active writers 2026/04/11 04:54:11 DEBUG : Looking for writers 2026/04/11 04:54:11 DEBUG : dir: reading active writers 2026/04/11 04:54:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:12 DEBUG : dir: Looking for writers 2026/04/11 04:54:12 DEBUG : file1: reading active writers 2026/04/11 04:54:12 DEBUG : Looking for writers 2026/04/11 04:54:12 DEBUG : dir: reading active writers 2026/04/11 04:54:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:12 DEBUG : dir: Looking for writers 2026/04/11 04:54:12 DEBUG : file1: reading active writers 2026/04/11 04:54:12 DEBUG : Looking for writers 2026/04/11 04:54:12 DEBUG : dir: reading active writers 2026/04/11 04:54:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:12 DEBUG : dir: Looking for writers 2026/04/11 04:54:12 DEBUG : file1: reading active writers 2026/04/11 04:54:12 DEBUG : Looking for writers 2026/04/11 04:54:12 DEBUG : dir: reading active writers 2026/04/11 04:54:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:12 DEBUG : dir/file1: vfs cache: starting upload 2026/04/11 04:54:12 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1.ca338588.partial" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1.ca338588.partial 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1.ca338588.partial" 2026/04/11 04:54:12 DEBUG : dir: Looking for writers 2026/04/11 04:54:12 DEBUG : file1: reading active writers 2026/04/11 04:54:12 DEBUG : Looking for writers 2026/04/11 04:54:12 DEBUG : dir: reading active writers 2026/04/11 04:54:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1.ca338588.partial 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:12 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/11 04:54:12 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/11 04:54:12 INFO : dir/file1: Copied (replaced existing) 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:12 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:12 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/11 04:54:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:12 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:12 DEBUG : dir: Looking for writers 2026/04/11 04:54:12 DEBUG : file1: reading active writers 2026/04/11 04:54:12 DEBUG : Looking for writers 2026/04/11 04:54:12 DEBUG : dir: reading active writers 2026/04/11 04:54:12 DEBUG : >WaitForWriters: 2026/04/11 04:54:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:12 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:12 DEBUG : dir/file1(0x59494b20f80): _readAt: size=512, off=0 2026/04/11 04:54:12 DEBUG : dir/file1(0x59494b20f80): openPending: 2026/04/11 04:54:12 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/11 04:54:12 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/11 04:54:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:12 DEBUG : dir/file1(0x59494b20f80): >openPending: err= 2026/04/11 04:54:12 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/11 04:54:12 DEBUG : dir/file1(0x59494b20f80): >_readAt: n=14, err=EOF 2026/04/11 04:54:12 DEBUG : dir/file1(0x59494b20f80): close: 2026/04/11 04:54:12 DEBUG : dir/file1(0x59494b20f80): >close: err= 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:12 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/11 04:54:12 DEBUG : newLeaf: Updating file with newLeaf 0x59494bb3440 2026/04/11 04:54:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:12 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:12 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/11 04:54:12 DEBUG : dir/file1: Updating file with dir/file1 0x59494bb3440 2026/04/11 04:54:12 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/11 04:54:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:12 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:13 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:13 DEBUG : dir/file1(0x59494ca8940): openPending: 2026/04/11 04:54:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/11 04:54:13 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/11 04:54:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:13 DEBUG : dir/file1(0x59494ca8940): >openPending: err= 2026/04/11 04:54:13 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/11 04:54:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:13 DEBUG : dir/file1(0x59494ca8940): _writeAt: size=25, off=0 2026/04/11 04:54:13 DEBUG : dir/file1(0x59494ca8940): >_writeAt: n=25, err= 2026/04/11 04:54:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:13 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/11 04:54:13 DEBUG : newLeaf: Updating file with newLeaf 0x59494bb3440 2026/04/11 04:54:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:13 DEBUG : newLeaf(0x59494ca8940): close: 2026/04/11 04:54:13 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/11 04:54:13 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-11 04:54:13.088782799 +0000 UTC m=+17.362461871 2026/04/11 04:54:13 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:13 DEBUG : newLeaf(0x59494ca8940): >close: err= 2026/04/11 04:54:13 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:13 DEBUG : newLeaf: vfs cache: starting upload 2026/04/11 04:54:13 DEBUG : newLeaf.624f7ed9.partial: size = 25 OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf.624f7ed9.partial" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf.624f7ed9.partial 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf.624f7ed9.partial" 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf.624f7ed9.partial 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : newLeaf.624f7ed9.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:13 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/11 04:54:13 DEBUG : newLeaf.624f7ed9.partial: renamed to: newLeaf 2026/04/11 04:54:13 INFO : newLeaf: Copied (replaced existing) 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:13 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-11 04:54:13 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/11 04:54:13 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/11 04:54:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:13 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:13 DEBUG : >WaitForWriters: 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/11 04:54:13 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:13 DEBUG : >WaitForWriters: 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:13 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:13 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:13 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:13 DEBUG : dir: Looking for writers 2026/04/11 04:54:13 DEBUG : file1: reading active writers 2026/04/11 04:54:13 DEBUG : Looking for writers 2026/04/11 04:54:13 DEBUG : dir: reading active writers 2026/04/11 04:54:13 DEBUG : >WaitForWriters: 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:13 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:14 DEBUG : newLeaf: Updating file with newLeaf 0x5949489d740 2026/04/11 04:54:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:14 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/11 04:54:14 DEBUG : dir/file1: Updating file with dir/file1 0x5949489d740 2026/04/11 04:54:14 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/11 04:54:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:14 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:14 DEBUG : dir/file1(0x59494bf4180): openPending: 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:14 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/11 04:54:14 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/11 04:54:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:14 DEBUG : dir/file1(0x59494bf4180): >openPending: err= 2026/04/11 04:54:14 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/11 04:54:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:14 DEBUG : dir/file1(0x59494bf4180): _writeAt: size=25, off=0 2026/04/11 04:54:14 DEBUG : dir/file1(0x59494bf4180): >_writeAt: n=25, err= 2026/04/11 04:54:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:14 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/11 04:54:14 DEBUG : newLeaf: Updating file with newLeaf 0x5949489d740 2026/04/11 04:54:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:14 DEBUG : newLeaf(0x59494bf4180): close: 2026/04/11 04:54:14 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/11 04:54:14 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-11 04:54:14.644376098 +0000 UTC m=+18.918055170 2026/04/11 04:54:14 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:14 DEBUG : newLeaf(0x59494bf4180): >close: err= 2026/04/11 04:54:14 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:14 DEBUG : dir: Looking for writers 2026/04/11 04:54:14 DEBUG : Looking for writers 2026/04/11 04:54:14 DEBUG : dir: reading active writers 2026/04/11 04:54:14 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:14 DEBUG : dir: Looking for writers 2026/04/11 04:54:14 DEBUG : Looking for writers 2026/04/11 04:54:14 DEBUG : dir: reading active writers 2026/04/11 04:54:14 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:14 DEBUG : dir: Looking for writers 2026/04/11 04:54:14 DEBUG : Looking for writers 2026/04/11 04:54:14 DEBUG : dir: reading active writers 2026/04/11 04:54:14 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:14 DEBUG : dir: Looking for writers 2026/04/11 04:54:14 DEBUG : Looking for writers 2026/04/11 04:54:14 DEBUG : dir: reading active writers 2026/04/11 04:54:14 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:14 DEBUG : newLeaf: vfs cache: starting upload 2026/04/11 04:54:14 DEBUG : newLeaf.3a7d3b50.partial: size = 25 OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf.3a7d3b50.partial" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf.3a7d3b50.partial 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf.3a7d3b50.partial" 2026/04/11 04:54:14 DEBUG : dir: Looking for writers 2026/04/11 04:54:14 DEBUG : Looking for writers 2026/04/11 04:54:14 DEBUG : dir: reading active writers 2026/04/11 04:54:14 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf.3a7d3b50.partial 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:14 DEBUG : newLeaf.3a7d3b50.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:14 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/11 04:54:14 DEBUG : newLeaf.3a7d3b50.partial: renamed to: newLeaf 2026/04/11 04:54:14 INFO : newLeaf: Copied (replaced existing) 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:14 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:15 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-11 04:54:14 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/11 04:54:15 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/11 04:54:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:15 DEBUG : >WaitForWriters: 2026/04/11 04:54:15 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/11 04:54:15 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : >WaitForWriters: 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:15 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:15 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:15 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:15 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:15 DEBUG : dir/file1(0x594949dcdc0): openPending: 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/11 04:54:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:15 DEBUG : dir/file1(0x594949dcdc0): >openPending: err= 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/11 04:54:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:15 DEBUG : dir/file1(0x594949dcdc0): _writeAt: size=14, off=0 2026/04/11 04:54:15 DEBUG : dir/file1(0x594949dcdc0): >_writeAt: n=14, err= 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/11 04:54:15 DEBUG : dir/file1(0x594949dcdc0): close: 2026/04/11 04:54:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/11 04:54:15 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:15 DEBUG : dir/file1(0x594949dcdc0): >close: err= 2026/04/11 04:54:15 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : file1: reading active writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : file1: reading active writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : file1: reading active writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : file1: reading active writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: starting upload 2026/04/11 04:54:15 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1.ca338588.partial" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1.ca338588.partial 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1.ca338588.partial" 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : file1: reading active writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1.ca338588.partial 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:15 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/11 04:54:15 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/11 04:54:15 INFO : dir/file1: Copied (replaced existing) 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:15 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/11 04:54:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:15 DEBUG : dir: Looking for writers 2026/04/11 04:54:15 DEBUG : file1: reading active writers 2026/04/11 04:54:15 DEBUG : Looking for writers 2026/04/11 04:54:15 DEBUG : dir: reading active writers 2026/04/11 04:54:15 DEBUG : >WaitForWriters: 2026/04/11 04:54:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:15 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:15 DEBUG : dir/file1(0x59494f57bc0): _readAt: size=512, off=0 2026/04/11 04:54:15 DEBUG : dir/file1(0x59494f57bc0): openPending: 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/11 04:54:15 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/11 04:54:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:15 DEBUG : dir/file1(0x59494f57bc0): >openPending: err= 2026/04/11 04:54:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/11 04:54:15 DEBUG : dir/file1(0x59494f57bc0): >_readAt: n=14, err=EOF 2026/04/11 04:54:15 DEBUG : dir/file1(0x59494f57bc0): close: 2026/04/11 04:54:15 DEBUG : dir/file1(0x59494f57bc0): >close: err= 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:15 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/11 04:54:16 DEBUG : newLeaf: Updating file with newLeaf 0x5949489ca80 2026/04/11 04:54:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:16 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:16 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/11 04:54:16 DEBUG : dir/file1: Updating file with dir/file1 0x5949489ca80 2026/04/11 04:54:16 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/11 04:54:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:16 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:16 DEBUG : dir/file1(0x59494e24440): openPending: 2026/04/11 04:54:16 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/11 04:54:16 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/11 04:54:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:16 DEBUG : dir/file1(0x59494e24440): >openPending: err= 2026/04/11 04:54:16 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/11 04:54:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:16 DEBUG : dir/file1(0x59494e24440): _writeAt: size=25, off=0 2026/04/11 04:54:16 DEBUG : dir/file1(0x59494e24440): >_writeAt: n=25, err= 2026/04/11 04:54:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/11 04:54:16 DEBUG : newLeaf: Updating file with newLeaf 0x5949489ca80 2026/04/11 04:54:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:16 DEBUG : newLeaf(0x59494e24440): close: 2026/04/11 04:54:16 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/11 04:54:16 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-11 04:54:16.578334867 +0000 UTC m=+20.852013939 2026/04/11 04:54:16 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:16 DEBUG : newLeaf(0x59494e24440): >close: err= 2026/04/11 04:54:16 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:16 DEBUG : dir: Looking for writers 2026/04/11 04:54:16 DEBUG : Looking for writers 2026/04/11 04:54:16 DEBUG : dir: reading active writers 2026/04/11 04:54:16 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:16 DEBUG : dir: Looking for writers 2026/04/11 04:54:16 DEBUG : Looking for writers 2026/04/11 04:54:16 DEBUG : dir: reading active writers 2026/04/11 04:54:16 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:16 DEBUG : dir: Looking for writers 2026/04/11 04:54:16 DEBUG : Looking for writers 2026/04/11 04:54:16 DEBUG : dir: reading active writers 2026/04/11 04:54:16 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:16 DEBUG : dir: Looking for writers 2026/04/11 04:54:16 DEBUG : Looking for writers 2026/04/11 04:54:16 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:16 DEBUG : dir: reading active writers 2026/04/11 04:54:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:16 DEBUG : newLeaf: vfs cache: starting upload 2026/04/11 04:54:16 DEBUG : newLeaf.d20c10a3.partial: size = 25 OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf.d20c10a3.partial" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf.d20c10a3.partial 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf.d20c10a3.partial" 2026/04/11 04:54:16 DEBUG : dir: Looking for writers 2026/04/11 04:54:16 DEBUG : Looking for writers 2026/04/11 04:54:16 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:16 DEBUG : dir: reading active writers 2026/04/11 04:54:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf.d20c10a3.partial 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : newLeaf.d20c10a3.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/11 04:54:16 DEBUG : newLeaf.d20c10a3.partial: renamed to: newLeaf 2026/04/11 04:54:16 INFO : newLeaf: Copied (replaced existing) 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-11 04:54:16 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/11 04:54:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/11 04:54:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/11 04:54:16 DEBUG : dir: Looking for writers 2026/04/11 04:54:16 DEBUG : Looking for writers 2026/04/11 04:54:16 DEBUG : dir: reading active writers 2026/04/11 04:54:16 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:16 DEBUG : >WaitForWriters: 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:16 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/11 04:54:17 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:17 DEBUG : dir: Looking for writers 2026/04/11 04:54:17 DEBUG : Looking for writers 2026/04/11 04:54:17 DEBUG : dir: reading active writers 2026/04/11 04:54:17 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:17 DEBUG : >WaitForWriters: 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:17 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:17 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:17 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:17 DEBUG : dir: Looking for writers 2026/04/11 04:54:17 DEBUG : file1: reading active writers 2026/04/11 04:54:17 DEBUG : Looking for writers 2026/04/11 04:54:17 DEBUG : dir: reading active writers 2026/04/11 04:54:17 DEBUG : >WaitForWriters: 2026/04/11 04:54:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:17 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:17 DEBUG : dir/file1(0x59494bf5240): _readAt: size=512, off=0 2026/04/11 04:54:17 DEBUG : dir/file1(0x59494bf5240): openPending: 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/11 04:54:17 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/11 04:54:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:17 DEBUG : dir/file1(0x59494bf5240): >openPending: err= 2026/04/11 04:54:17 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/11 04:54:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:17 DEBUG : dir/file1(0x59494bf5240): >_readAt: n=14, err=EOF 2026/04/11 04:54:17 DEBUG : dir/file1(0x59494bf5240): close: 2026/04/11 04:54:17 DEBUG : dir/file1(0x59494bf5240): >close: err= 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:17 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/11 04:54:17 DEBUG : newLeaf: Updating file with newLeaf 0x59494bb26c0 2026/04/11 04:54:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:17 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:18 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:18 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/11 04:54:18 DEBUG : dir/file1: Updating file with dir/file1 0x59494bb26c0 2026/04/11 04:54:18 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/11 04:54:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:18 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:18 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:18 DEBUG : dir/file1(0x59494580280): openPending: 2026/04/11 04:54:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/11 04:54:18 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/11 04:54:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:18 DEBUG : dir/file1(0x59494580280): >openPending: err= 2026/04/11 04:54:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/11 04:54:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:18 DEBUG : dir/file1(0x59494580280): _writeAt: size=25, off=0 2026/04/11 04:54:18 DEBUG : dir/file1(0x59494580280): >_writeAt: n=25, err= 2026/04/11 04:54:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:18 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/11 04:54:18 DEBUG : newLeaf: Updating file with newLeaf 0x59494bb26c0 2026/04/11 04:54:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:18 DEBUG : newLeaf(0x59494580280): close: 2026/04/11 04:54:18 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/11 04:54:18 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-11 04:54:18.283188574 +0000 UTC m=+22.556867646 2026/04/11 04:54:18 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:18 DEBUG : newLeaf(0x59494580280): >close: err= 2026/04/11 04:54:18 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:18 DEBUG : dir: Looking for writers 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : dir: reading active writers 2026/04/11 04:54:18 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:18 DEBUG : dir: Looking for writers 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : dir: reading active writers 2026/04/11 04:54:18 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:18 DEBUG : dir: Looking for writers 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : dir: reading active writers 2026/04/11 04:54:18 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:18 DEBUG : dir: Looking for writers 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : dir: reading active writers 2026/04/11 04:54:18 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:18 DEBUG : newLeaf: vfs cache: starting upload 2026/04/11 04:54:18 DEBUG : newLeaf.3ec27f8a.partial: size = 25 OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf.3ec27f8a.partial" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf.3ec27f8a.partial 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf.3ec27f8a.partial" 2026/04/11 04:54:18 DEBUG : dir: Looking for writers 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:18 DEBUG : dir: reading active writers 2026/04/11 04:54:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf.3ec27f8a.partial 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : newLeaf.3ec27f8a.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:18 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/11 04:54:18 DEBUG : newLeaf.3ec27f8a.partial: renamed to: newLeaf 2026/04/11 04:54:18 INFO : newLeaf: Copied (replaced existing) 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:18 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-11 04:54:18 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/11 04:54:18 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/11 04:54:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/11 04:54:18 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/11 04:54:18 DEBUG : dir: Looking for writers 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : dir: reading active writers 2026/04/11 04:54:18 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:18 DEBUG : >WaitForWriters: 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/newLeaf" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-puzehuv9rile/newLeaf 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/11 04:54:18 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:18 DEBUG : dir: Looking for writers 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : dir: reading active writers 2026/04/11 04:54:18 DEBUG : newLeaf: reading active writers 2026/04/11 04:54:18 DEBUG : >WaitForWriters: 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestFileRename (9.39s) --- PASS: TestFileRename/off,forceCache=false (1.08s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (2.05s) --- PASS: TestFileRename/writes,forceCache=false (1.52s) --- PASS: TestFileRename/writes,forceCache=true (1.96s) --- PASS: TestFileRename/full,forceCache=false (1.66s) === RUN TestFileStructSize file_test.go:419: File struct has size 192 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:18 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:18 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:18 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:18 DEBUG : Looking for writers 2026/04/11 04:54:18 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:18 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:18 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:19 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/11 04:54:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:19 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:19 DEBUG : dir: Looking for writers 2026/04/11 04:54:19 DEBUG : file1: reading active writers 2026/04/11 04:54:19 DEBUG : Looking for writers 2026/04/11 04:54:19 DEBUG : dir: reading active writers 2026/04/11 04:54:19 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:19 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:19 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/11 04:54:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/11 04:54:19 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/11 04:54:19 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/11 04:54:19 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:19 DEBUG : dir: Looking for writers 2026/04/11 04:54:19 DEBUG : file1: reading active writers 2026/04/11 04:54:19 DEBUG : Looking for writers 2026/04/11 04:54:19 DEBUG : dir: reading active writers 2026/04/11 04:54:19 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.27s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:19 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:19 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/11 04:54:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/11 04:54:19 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/11 04:54:19 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/11 04:54:19 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/11 04:54:19 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/11 04:54:19 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/11 04:54:19 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/11 04:54:19 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/11 04:54:19 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/11 04:54:19 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/11 04:54:19 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/11 04:54:19 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/11 04:54:19 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/11 04:54:19 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:19 DEBUG : dir: Looking for writers 2026/04/11 04:54:19 DEBUG : file1: reading active writers 2026/04/11 04:54:19 DEBUG : Looking for writers 2026/04/11 04:54:19 DEBUG : dir: reading active writers 2026/04/11 04:54:19 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.41s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:19 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:19 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/11 04:54:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/11 04:54:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:20 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:20 DEBUG : dir: Looking for writers 2026/04/11 04:54:20 DEBUG : file1: reading active writers 2026/04/11 04:54:20 DEBUG : Looking for writers 2026/04/11 04:54:20 DEBUG : dir: reading active writers 2026/04/11 04:54:20 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.29s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:20 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/11 04:54:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/11 04:54:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:20 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:20 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/11 04:54:20 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:20 DEBUG : dir: Looking for writers 2026/04/11 04:54:20 DEBUG : file1: reading active writers 2026/04/11 04:54:20 DEBUG : Looking for writers 2026/04/11 04:54:20 DEBUG : dir: reading active writers 2026/04/11 04:54:20 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:20 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:20 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): _readAt: size=1, off=0 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): openPending: 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/11 04:54:20 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/11 04:54:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): >openPending: err= 2026/04/11 04:54:20 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/11 04:54:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): >_readAt: n=1, err= 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): _readAt: size=256, off=1 2026/04/11 04:54:20 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): >_readAt: n=15, err=EOF 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): _readAt: size=16, off=16 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): >_readAt: n=0, err=EOF 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): close: 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): >close: err= 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): close: 2026/04/11 04:54:20 DEBUG : dir/file1(0x59494e1c940): >close: err=file already closed 2026/04/11 04:54:20 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:20 DEBUG : dir: Looking for writers 2026/04/11 04:54:20 DEBUG : file1: reading active writers 2026/04/11 04:54:20 DEBUG : Looking for writers 2026/04/11 04:54:20 DEBUG : dir: reading active writers 2026/04/11 04:54:20 DEBUG : >WaitForWriters: 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.33s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:20 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:20 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:20 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:21 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): _readAt: size=1, off=0 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): openPending: 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/11 04:54:21 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/11 04:54:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): >openPending: err= 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): >_readAt: n=1, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): _readAt: size=1, off=5 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): >_readAt: n=1, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): _readAt: size=1, off=3 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): >_readAt: n=1, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): _readAt: size=1, off=13 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): >_readAt: n=1, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): _readAt: size=16, off=100 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): close: 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b208c0): >close: err= 2026/04/11 04:54:21 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:21 DEBUG : dir: Looking for writers 2026/04/11 04:54:21 DEBUG : file1: reading active writers 2026/04/11 04:54:21 DEBUG : Looking for writers 2026/04/11 04:54:21 DEBUG : dir: reading active writers 2026/04/11 04:54:21 DEBUG : >WaitForWriters: 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.29s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:21 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:21 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): _readAt: size=1, off=0 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): openPending: 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/11 04:54:21 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/11 04:54:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >openPending: err= 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >_readAt: n=1, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): _readAt: size=1, off=5 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >_readAt: n=1, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): _readAt: size=1, off=1 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >_readAt: n=1, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): _readAt: size=6, off=10 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >_readAt: n=6, err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): _readAt: size=256, off=10 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >_readAt: n=6, err=EOF 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): _readAt: size=256, off=100 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >_readAt: n=0, err=EOF 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): close: 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >close: err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): _readAt: size=256, off=100 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21200): >_readAt: n=0, err=file already closed 2026/04/11 04:54:21 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:21 DEBUG : dir: Looking for writers 2026/04/11 04:54:21 DEBUG : file1: reading active writers 2026/04/11 04:54:21 DEBUG : Looking for writers 2026/04/11 04:54:21 DEBUG : dir: reading active writers 2026/04/11 04:54:21 DEBUG : >WaitForWriters: 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.30s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:21 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:21 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): RWFileHandle.Flush 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): _readAt: size=256, off=0 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): openPending: 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/11 04:54:21 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/11 04:54:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): >openPending: err= 2026/04/11 04:54:21 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): >_readAt: n=16, err=EOF 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): RWFileHandle.Flush 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): RWFileHandle.Flush 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): close: 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494b21ec0): >close: err= 2026/04/11 04:54:21 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:21 DEBUG : dir: Looking for writers 2026/04/11 04:54:21 DEBUG : file1: reading active writers 2026/04/11 04:54:21 DEBUG : Looking for writers 2026/04/11 04:54:21 DEBUG : dir: reading active writers 2026/04/11 04:54:21 DEBUG : >WaitForWriters: 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.33s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:21 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:21 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/11 04:54:21 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494e24280): _readAt: size=256, off=0 2026/04/11 04:54:21 DEBUG : dir/file1(0x59494e24280): openPending: 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:21 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/11 04:54:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/11 04:54:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:22 DEBUG : dir/file1(0x59494e24280): >openPending: err= 2026/04/11 04:54:22 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/11 04:54:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:22 DEBUG : dir/file1(0x59494e24280): >_readAt: n=16, err=EOF 2026/04/11 04:54:22 DEBUG : dir/file1(0x59494e24280): RWFileHandle.Release 2026/04/11 04:54:22 DEBUG : dir/file1(0x59494e24280): close: 2026/04/11 04:54:22 DEBUG : dir/file1(0x59494e24280): >close: err= 2026/04/11 04:54:22 DEBUG : dir/file1(0x59494e24280): RWFileHandle.Release 2026/04/11 04:54:22 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:22 DEBUG : dir: Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : dir: reading active writers 2026/04/11 04:54:22 DEBUG : >WaitForWriters: 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:22 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:22 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:22 DEBUG : file1: newRWFileHandle: 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): openPending: 2026/04/11 04:54:22 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): >openPending: err= 2026/04/11 04:54:22 DEBUG : file1: >newRWFileHandle: err= 2026/04/11 04:54:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:22 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/11 04:54:22 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): _writeAt: size=5, off=0 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): >_writeAt: n=5, err= 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): _writeAt: size=7, off=5 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): >_writeAt: n=7, err= 2026/04/11 04:54:22 DEBUG : file1: vfs cache: truncate to size=11 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): close: 2026/04/11 04:54:22 DEBUG : file1: vfs cache: setting modification time to 2026-04-11 04:54:22.032989046 +0000 UTC m=+26.306668128 2026/04/11 04:54:22 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): >close: err= 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): close: 2026/04/11 04:54:22 DEBUG : file1(0x59494e25040): >close: err=file already closed 2026/04/11 04:54:22 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:22 DEBUG : file1: vfs cache: starting upload 2026/04/11 04:54:22 DEBUG : file1.bcc4e5c1.partial: size = 11 OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1.bcc4e5c1.partial" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1.bcc4e5c1.partial 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1.bcc4e5c1.partial" 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1.bcc4e5c1.partial 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : file1.bcc4e5c1.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:22 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/11 04:54:22 DEBUG : file1.bcc4e5c1.partial: renamed to: file1 2026/04/11 04:54:22 INFO : file1: Copied (new) 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:22 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-11 04:54:22 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/11 04:54:22 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:22 INFO : file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : >WaitForWriters: 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/11 04:54:22 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : >WaitForWriters: 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.51s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:22 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:22 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:22 DEBUG : file1: newRWFileHandle: 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): openPending: 2026/04/11 04:54:22 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): >openPending: err= 2026/04/11 04:54:22 DEBUG : file1: >newRWFileHandle: err= 2026/04/11 04:54:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:22 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/11 04:54:22 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): _writeAt: size=7, off=0 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): >_writeAt: n=7, err= 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): _writeAt: size=6, off=5 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): >_writeAt: n=6, err= 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): close: 2026/04/11 04:54:22 DEBUG : file1: vfs cache: setting modification time to 2026-04-11 04:54:22.541584439 +0000 UTC m=+26.815263511 2026/04/11 04:54:22 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): >close: err= 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): _writeAt: size=5, off=0 2026/04/11 04:54:22 DEBUG : file1(0x59494bf4240): >_writeAt: n=0, err=file already closed 2026/04/11 04:54:22 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:22 DEBUG : file1: vfs cache: starting upload 2026/04/11 04:54:22 DEBUG : file1.07fbedd7.partial: size = 11 OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1.07fbedd7.partial" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1.07fbedd7.partial 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1.07fbedd7.partial" 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1.07fbedd7.partial 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : file1.07fbedd7.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:22 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/11 04:54:22 DEBUG : file1.07fbedd7.partial: renamed to: file1 2026/04/11 04:54:22 INFO : file1: Copied (new) 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : Looking for writers 2026/04/11 04:54:22 DEBUG : file1: reading active writers 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:22 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-11 04:54:22 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/11 04:54:22 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:22 INFO : file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:22 DEBUG : >WaitForWriters: 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:22 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:22 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/11 04:54:23 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : >WaitForWriters: 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.49s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:23 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:23 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:23 DEBUG : file1: newRWFileHandle: 2026/04/11 04:54:23 DEBUG : file1(0x594947aaf00): openPending: 2026/04/11 04:54:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:23 DEBUG : file1(0x594947aaf00): >openPending: err= 2026/04/11 04:54:23 DEBUG : file1: >newRWFileHandle: err= 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/11 04:54:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/11 04:54:23 DEBUG : file1(0x594947aaf00): close: 2026/04/11 04:54:23 DEBUG : file1: vfs cache: setting modification time to 2026-04-11 04:54:23.034804924 +0000 UTC m=+27.308484006 2026/04/11 04:54:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:23 DEBUG : file1(0x594947aaf00): >close: err= 2026/04/11 04:54:23 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/11 04:54:23 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/11 04:54:23 DEBUG : file2: newRWFileHandle: 2026/04/11 04:54:23 DEBUG : file2(0x59494580180): openPending: 2026/04/11 04:54:23 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/11 04:54:23 DEBUG : file2(0x59494580180): >openPending: err= 2026/04/11 04:54:23 DEBUG : file2: >newRWFileHandle: err= 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/11 04:54:23 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/11 04:54:23 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/11 04:54:23 DEBUG : file2(0x59494580180): RWFileHandle.Flush 2026/04/11 04:54:23 DEBUG : file2(0x59494580180): RWFileHandle.Release 2026/04/11 04:54:23 DEBUG : file2(0x59494580180): close: 2026/04/11 04:54:23 DEBUG : file2: vfs cache: setting modification time to 2026-04-11 04:54:23.036670007 +0000 UTC m=+27.310349078 2026/04/11 04:54:23 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:23 DEBUG : file2(0x59494580180): >close: err= 2026/04/11 04:54:23 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : file2: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : file2: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : file2: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : file2: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/11 04:54:23 DEBUG : file1: vfs cache: starting upload 2026/04/11 04:54:23 DEBUG : file2: vfs cache: starting upload 2026/04/11 04:54:23 DEBUG : file2.1eada24b.partial: size = 0 OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file2.1eada24b.partial" 2026/04/11 04:54:23 DEBUG : file1.a2c93d23.partial: size = 0 OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1.a2c93d23.partial" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file2.1eada24b.partial 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file2.1eada24b.partial" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1.a2c93d23.partial 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1.a2c93d23.partial" 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : file2: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file1.a2c93d23.partial 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file1.a2c93d23.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:23 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/11 04:54:23 DEBUG : file1.a2c93d23.partial: renamed to: file1 2026/04/11 04:54:23 INFO : file1: Copied (new) 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file2.1eada24b.partial 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file2.1eada24b.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:23 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/11 04:54:23 DEBUG : file2.1eada24b.partial: renamed to: file2 2026/04/11 04:54:23 INFO : file2: Copied (new) 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file2: reading active writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:23 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-11 04:54:23 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/11 04:54:23 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:23 INFO : file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:23 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-11 04:54:23 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/11 04:54:23 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/11 04:54:23 DEBUG : >WaitForWriters: 2026/04/11 04:54:23 INFO : file2: vfs cache: upload succeeded try #1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file2" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-puzehuv9rile/file2 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:23 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/11 04:54:23 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : file2: reading active writers 2026/04/11 04:54:23 DEBUG : >WaitForWriters: 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.79s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:23 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:23 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:23 DEBUG : file1: newRWFileHandle: 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): openPending: 2026/04/11 04:54:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): >openPending: err= 2026/04/11 04:54:23 DEBUG : file1: >newRWFileHandle: err= 2026/04/11 04:54:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/11 04:54:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): _writeAt: size=5, off=0 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): >_writeAt: n=5, err= 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): RWFileHandle.Flush 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): RWFileHandle.Flush 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): close: 2026/04/11 04:54:23 DEBUG : file1: vfs cache: setting modification time to 2026-04-11 04:54:23.828505034 +0000 UTC m=+28.102184105 2026/04/11 04:54:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:23 DEBUG : file1(0x5949477f080): >close: err= 2026/04/11 04:54:23 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:23 DEBUG : file1: vfs cache: starting upload 2026/04/11 04:54:23 DEBUG : file1.a7fcc519.partial: size = 5 OK 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1.a7fcc519.partial" 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1.a7fcc519.partial 2026/04/11 04:54:23 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1.a7fcc519.partial" 2026/04/11 04:54:23 DEBUG : Looking for writers 2026/04/11 04:54:23 DEBUG : file1: reading active writers 2026/04/11 04:54:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1.a7fcc519.partial 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : file1.a7fcc519.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:24 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:24 DEBUG : file1.a7fcc519.partial: renamed to: file1 2026/04/11 04:54:24 INFO : file1: Copied (new) 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:24 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-11 04:54:23 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/11 04:54:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:24 INFO : file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : >WaitForWriters: 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.33s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:24 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:24 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:24 DEBUG : file1: newRWFileHandle: 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): openPending: 2026/04/11 04:54:24 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): >openPending: err= 2026/04/11 04:54:24 DEBUG : file1: >newRWFileHandle: err= 2026/04/11 04:54:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:24 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/11 04:54:24 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): _writeAt: size=5, off=0 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): >_writeAt: n=5, err= 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): RWFileHandle.Release 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): close: 2026/04/11 04:54:24 DEBUG : file1: vfs cache: setting modification time to 2026-04-11 04:54:24.150267181 +0000 UTC m=+28.423946253 2026/04/11 04:54:24 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): >close: err= 2026/04/11 04:54:24 DEBUG : file1(0x5949477e440): RWFileHandle.Release 2026/04/11 04:54:24 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:24 DEBUG : file1: vfs cache: starting upload 2026/04/11 04:54:24 DEBUG : file1.f458a285.partial: size = 5 OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1.f458a285.partial" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1.f458a285.partial 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1.f458a285.partial" 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1.f458a285.partial 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : file1.f458a285.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:24 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:24 DEBUG : file1.f458a285.partial: renamed to: file1 2026/04/11 04:54:24 INFO : file1: Copied (new) 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:24 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-11 04:54:24 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/11 04:54:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:24 INFO : file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : >WaitForWriters: 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:24 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:24 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:24 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/11 04:54:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:24 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:24 DEBUG : dir/file1(0x59494cf73c0): openPending: 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/11 04:54:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/11 04:54:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:24 DEBUG : dir/file1(0x59494cf73c0): >openPending: err= 2026/04/11 04:54:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/11 04:54:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/11 04:54:24 DEBUG : dir/file1(0x59494cf73c0): _writeAt: size=5, off=0 2026/04/11 04:54:24 DEBUG : dir/file1(0x59494cf73c0): >_writeAt: n=5, err= 2026/04/11 04:54:24 DEBUG : dir/file1(0x59494cf73c0): close: 2026/04/11 04:54:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:24 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-11 04:54:24.779749614 +0000 UTC m=+29.053428686 2026/04/11 04:54:24 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:24 DEBUG : dir/file1(0x59494cf73c0): >close: err= 2026/04/11 04:54:24 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:24 DEBUG : dir: Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : dir: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:24 DEBUG : dir: Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : dir: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:24 DEBUG : dir: Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : dir: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:24 DEBUG : dir: Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : dir: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:24 DEBUG : dir/file1: vfs cache: starting upload 2026/04/11 04:54:24 DEBUG : dir/file1.102d7634.partial: size = 5 OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1.102d7634.partial" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1.102d7634.partial 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1.102d7634.partial" 2026/04/11 04:54:24 DEBUG : dir: Looking for writers 2026/04/11 04:54:24 DEBUG : file1: reading active writers 2026/04/11 04:54:24 DEBUG : Looking for writers 2026/04/11 04:54:24 DEBUG : dir: reading active writers 2026/04/11 04:54:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/dir/file1.102d7634.partial 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:24 DEBUG : dir/file1.102d7634.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:24 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:24 DEBUG : dir/file1.102d7634.partial: renamed to: dir/file1 2026/04/11 04:54:24 INFO : dir/file1: Copied (replaced existing) 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:24 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:25 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-11 04:54:24 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:25 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:25 DEBUG : dir: Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : dir: reading active writers 2026/04/11 04:54:25 DEBUG : >WaitForWriters: 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.64s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:25 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/11 04:54:25 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:25 DEBUG : dir/file1: newRWFileHandle: 2026/04/11 04:54:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/11 04:54:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/11 04:54:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): _writeAt: size=5, off=0 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): openPending: 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/11 04:54:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): >openPending: err= 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): >_writeAt: n=5, err= 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): _writeAt: size=15, off=5 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): >_writeAt: n=15, err= 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): close: 2026/04/11 04:54:25 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-11 04:54:25.388877019 +0000 UTC m=+29.662556091 2026/04/11 04:54:25 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:25 DEBUG : dir/file1(0x594949dc580): >close: err= 2026/04/11 04:54:25 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:25 DEBUG : dir: Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : dir: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:25 DEBUG : dir: Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : dir: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:25 DEBUG : dir: Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : dir: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:25 DEBUG : dir: Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : dir: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: starting upload 2026/04/11 04:54:25 DEBUG : dir/file1.0312a52a.partial: size = 20 OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1.0312a52a.partial" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1.0312a52a.partial 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1.0312a52a.partial" 2026/04/11 04:54:25 DEBUG : dir: Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : dir: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-puzehuv9rile/dir/file1.0312a52a.partial 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:25 DEBUG : dir/file1.0312a52a.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/11 04:54:25 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/11 04:54:25 DEBUG : dir/file1.0312a52a.partial: renamed to: dir/file1 2026/04/11 04:54:25 INFO : dir/file1: Copied (replaced existing) 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:25 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-11 04:54:25 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/11 04:54:25 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:25 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:25 DEBUG : dir: Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : dir: reading active writers 2026/04/11 04:54:25 DEBUG : >WaitForWriters: 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.60s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:25 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:25 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:25 DEBUG : file1: newRWFileHandle: 2026/04/11 04:54:25 DEBUG : file1(0x59494676800): openPending: 2026/04/11 04:54:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:25 DEBUG : file1(0x59494676800): >openPending: err= 2026/04/11 04:54:25 DEBUG : file1: >newRWFileHandle: err= 2026/04/11 04:54:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/11 04:54:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/11 04:54:25 DEBUG : file1(0x59494676800): _writeAt: size=5, off=0 2026/04/11 04:54:25 DEBUG : file1(0x59494676800): >_writeAt: n=5, err= 2026/04/11 04:54:25 DEBUG : file1(0x59494676800): close: 2026/04/11 04:54:25 DEBUG : file1: vfs cache: setting modification time to 2026-04-11 04:54:25.711546499 +0000 UTC m=+29.985225572 2026/04/11 04:54:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:25 DEBUG : file1(0x59494676800): >close: err= 2026/04/11 04:54:25 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:25 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-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:25 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-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:25 DEBUG : file1: vfs cache: starting upload 2026/04/11 04:54:25 DEBUG : file1.8e6980e6.partial: size = 5 OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1.8e6980e6.partial" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1.8e6980e6.partial 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1.8e6980e6.partial" 2026/04/11 04:54:25 DEBUG : Looking for writers 2026/04/11 04:54:25 DEBUG : file1: reading active writers 2026/04/11 04:54:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1.8e6980e6.partial 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:25 DEBUG : file1.8e6980e6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:25 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:25 DEBUG : file1.8e6980e6.partial: renamed to: file1 2026/04/11 04:54:25 INFO : file1: Copied (new) 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:25 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:26 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:26 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-11 04:54:25 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/11 04:54:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:26 INFO : file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : file1: reading active writers 2026/04/11 04:54:26 DEBUG : >WaitForWriters: 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:26 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/11 04:54:26 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106500): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106500): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106500): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.032747757 +0000 UTC m=+30.306426829 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.032747757 +0000 UTC m=+30.306426829 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106a00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106ec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106ec0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.032747757 +0000 UTC m=+30.306426829 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a89a0 item 1 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107500): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107500): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107500): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.036963572 +0000 UTC m=+30.310642644 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107a00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107a00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107a00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107a00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107a00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.036963572 +0000 UTC m=+30.310642644 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107a00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a8f50 item 2 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa180): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa180): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa180): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa180): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa180): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.039244382 +0000 UTC m=+30.312923454 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa180): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.039244382 +0000 UTC m=+30.312923454 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.039244382 +0000 UTC m=+30.312923454 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a9490 item 3 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24780): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24780): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24780): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24780): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24780): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.043708015 +0000 UTC m=+30.317387088 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24780): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24d40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24d40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24d40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.043708015 +0000 UTC m=+30.317387088 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a9c00 item 4 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.045605711 +0000 UTC m=+30.319284782 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.045605711 +0000 UTC m=+30.319284782 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25cc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25cc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25cc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25cc0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25cc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.045605711 +0000 UTC m=+30.319284782 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25cc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e0e0 item 5 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66440): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66440): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66440): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.047709936 +0000 UTC m=+30.321389009 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66980): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66980): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66980): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.047709936 +0000 UTC m=+30.321389009 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c66980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e5b0 item 6 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580f80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580f80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580f80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580f80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580f80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.049492563 +0000 UTC m=+30.323171636 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580f80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.049492563 +0000 UTC m=+30.323171636 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.049492563 +0000 UTC m=+30.323171636 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946ee3f0 item 7 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec400): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec400): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.052786497 +0000 UTC m=+30.326465579 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec940): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec940): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec940): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.052786497 +0000 UTC m=+30.326465579 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eec940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946efb20 item 8 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eecf00): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494eecf00): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eecf00): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eecf00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eecf00): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eecf00): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eecf00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed2c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed2c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed2c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed2c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed2c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.05515409 +0000 UTC m=+30.328833163 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed2c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.05515409 +0000 UTC m=+30.328833163 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eed740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eedc40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eedc40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eedc40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eedc40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eedc40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.05515409 +0000 UTC m=+30.328833163 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eedc40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc2a0 item 9 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d023c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d023c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d023c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d023c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d023c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.058959079 +0000 UTC m=+30.332638151 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d023c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02900): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02900): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02900): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02900): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02900): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.058959079 +0000 UTC m=+30.332638151 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc770 item 10 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02f40): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494d02f40): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02f40): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02f40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02f40): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02f40): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d02f40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03300): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03300): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03300): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03300): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03300): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.063970959 +0000 UTC m=+30.337650031 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03300): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.063970959 +0000 UTC m=+30.337650031 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03d00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03d00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03d00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03d00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03d00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.063970959 +0000 UTC m=+30.337650031 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d03d00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdcbd0 item 11 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67000): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67000): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67000): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.067439913 +0000 UTC m=+30.341118985 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67540): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67540): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67540): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.067439913 +0000 UTC m=+30.341118985 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e930 item 12 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67b80): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494c67b80): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67b80): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67b80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67b80): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67b80): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c67b80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac040): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac040): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.069374768 +0000 UTC m=+30.343053840 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac700): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac700): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac700): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.069374768 +0000 UTC m=+30.343053840 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cac700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509ecb0 item 13 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cacd80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cacd80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cacd80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cacd80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cacd80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.07232337 +0000 UTC m=+30.346002442 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cacd80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad2c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad2c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad2c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad2c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad2c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.07232337 +0000 UTC m=+30.346002442 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad2c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f110 item 14 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad900): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494cad900): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad900): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad900): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad900): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad900): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cad900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cadcc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cadcc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cadcc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cadcc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cadcc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.076040924 +0000 UTC m=+30.349719996 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cadcc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdc480): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdc480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdc480): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdc480): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdc480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.076040924 +0000 UTC m=+30.349719996 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdc480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f5e0 item 15 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdcb00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdcb00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdcb00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdcb00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdcb00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.078736907 +0000 UTC m=+30.352415979 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdcb00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd040): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd040): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd040): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.078736907 +0000 UTC m=+30.352415979 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f960 item 16 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd680): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd680): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd680): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd680): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd680): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.082345435 +0000 UTC m=+30.356024507 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cdd680): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.082345435 +0000 UTC m=+30.356024507 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cddb00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d88100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d88100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d88100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d88100): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d88100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.082345435 +0000 UTC m=+30.356024507 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d88100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509fce0 item 17 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d28480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d28480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d28480): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d28480): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d28480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.084446095 +0000 UTC m=+30.358125166 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d28480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d289c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d289c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d289c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d289c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d289c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.084446095 +0000 UTC m=+30.358125166 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d289c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd2d0 item 18 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29040): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29040): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.085975414 +0000 UTC m=+30.359654496 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.085975414 +0000 UTC m=+30.359654496 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29a40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29a40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29a40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29a40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29a40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.085975414 +0000 UTC m=+30.359654496 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d29a40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd650 item 19 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:26 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d441c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d441c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d441c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d441c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d441c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.089676257 +0000 UTC m=+30.363355328 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d441c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44700): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44700): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44700): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.089676257 +0000 UTC m=+30.363355328 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fddb20 item 20 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44d80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44d80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44d80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44d80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44d80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.094180436 +0000 UTC m=+30.367859508 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d44d80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.094180436 +0000 UTC m=+30.367859508 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45780): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45780): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45780): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45780): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45780): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.094180436 +0000 UTC m=+30.367859508 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45780): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494472bd0 item 21 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45e00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45e00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45e00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45e00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45e00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.096341489 +0000 UTC m=+30.370020561 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d45e00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70440): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70440): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70440): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.096341489 +0000 UTC m=+30.370020561 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494473e30 item 22 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70ac0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70ac0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70ac0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70ac0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70ac0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.098664177 +0000 UTC m=+30.372343249 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70ac0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.098664177 +0000 UTC m=+30.372343249 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d70fc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d714c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d714c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d714c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d714c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d714c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.098664177 +0000 UTC m=+30.372343249 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d714c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494752380 item 23 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5580): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5580): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5580): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.102752831 +0000 UTC m=+30.376431904 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5b00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5b00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5b00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5b00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5b00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.102752831 +0000 UTC m=+30.376431904 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5b00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c770a0 item 24 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce240): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x594949ce240): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce240): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce240): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce240): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce240): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce240): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce600): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce600): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce600): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.104637112 +0000 UTC m=+30.378316184 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ce600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.104637112 +0000 UTC m=+30.378316184 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ceb00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf040): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf040): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf040): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.104637112 +0000 UTC m=+30.378316184 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c775e0 item 25 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf6c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf6c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf6c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf6c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf6c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.107046244 +0000 UTC m=+30.380725317 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cf6c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cfc00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cfc00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cfc00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cfc00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cfc00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.107046244 +0000 UTC m=+30.380725317 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949cfc00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c77c70 item 26 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a340): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494e9a340): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a340): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a340): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a340): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a340): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a700): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a700): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a700): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.108697594 +0000 UTC m=+30.382376665 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9a700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.108697594 +0000 UTC m=+30.382376665 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9ac00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b140): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b140): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b140): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.108697594 +0000 UTC m=+30.382376665 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947264d0 item 27 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b7c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b7c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b7c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b7c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b7c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.111265506 +0000 UTC m=+30.384944578 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9b7c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9bd00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9bd00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9bd00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9bd00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9bd00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.111265506 +0000 UTC m=+30.384944578 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e9bd00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494727340 item 28 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14440): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494f14440): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14440): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14440): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14440): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14440): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14800): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14800): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14800): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.11298763 +0000 UTC m=+30.386666702 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14ec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14ec0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.11298763 +0000 UTC m=+30.386666702 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f14ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494727ce0 item 29 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15540): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15540): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15540): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.115666421 +0000 UTC m=+30.389345493 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15a80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15a80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15a80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15a80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15a80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.115666421 +0000 UTC m=+30.389345493 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f15a80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947d08c0 item 30 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f301c0): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494f301c0): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f301c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f301c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f301c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f301c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f301c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30580): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30580): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30580): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.11731731 +0000 UTC m=+30.390996382 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30c40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30c40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.11731731 +0000 UTC m=+30.390996382 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f30c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947d15e0 item 31 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f312c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f312c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f312c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f312c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f312c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.1204347 +0000 UTC m=+30.394113772 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f312c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31800): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31800): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31800): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.1204347 +0000 UTC m=+30.394113772 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947d1d50 item 32 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31e40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31e40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31e40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31e40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31e40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.123553202 +0000 UTC m=+30.397232284 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f31e40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4380 item 33 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.124346321 +0000 UTC m=+30.398025392 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f523c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f528c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f528c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f528c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f528c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f528c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.124346321 +0000 UTC m=+30.398025392 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f528c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4540 item 33 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f52f00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f52f00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f52f00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f52f00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f52f00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.127861912 +0000 UTC m=+30.401540984 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494f52f00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494753110 item 34 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.128894684 +0000 UTC m=+30.402573766 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d71d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22380): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22380): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22380): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.128894684 +0000 UTC m=+30.402573766 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494753340 item 34 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6000): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6000): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6000): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.132305498 +0000 UTC m=+30.405984610 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494befdc0 item 35 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.133665568 +0000 UTC m=+30.407344639 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e226c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e226c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e226c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e226c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e226c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.133665568 +0000 UTC m=+30.407344639 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e226c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494753570 item 35 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6bc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6bc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6bc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6bc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6bc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.138252424 +0000 UTC m=+30.411931496 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba6bc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4230 item 36 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.139331582 +0000 UTC m=+30.413010655 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba70c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7600): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7600): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7600): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.139331582 +0000 UTC m=+30.413010655 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb43f0 item 36 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7c40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7c40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.142912568 +0000 UTC m=+30.416591660 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba7c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb47e0 item 37 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.144142022 +0000 UTC m=+30.417821094 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e221c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22c40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22c40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.144142022 +0000 UTC m=+30.417821094 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e22c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb49a0 item 37 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e232c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e232c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e232c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e232c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e232c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.147589565 +0000 UTC m=+30.421268637 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e232c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4d90 item 38 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.148838825 +0000 UTC m=+30.422517897 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e237c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e23d00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e23d00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e23d00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e23d00): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e23d00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.148838825 +0000 UTC m=+30.422517897 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e23d00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb5030 item 38 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e480): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e480): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.15096363 +0000 UTC m=+30.424642702 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb53b0 item 39 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.152145493 +0000 UTC m=+30.425824565 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ea00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f100): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.152145493 +0000 UTC m=+30.425824565 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb55e0 item 39 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494676c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494676c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494676c40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494676c40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494676c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.15393251 +0000 UTC m=+30.427611582 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494676c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594948004d0 item 40 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.155813664 +0000 UTC m=+30.429492736 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106580): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106580): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106580): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.155813664 +0000 UTC m=+30.429492736 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494800770 item 40 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.157348183 +0000 UTC m=+30.431027255 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494752150 item 41 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.159016585 +0000 UTC m=+30.432695656 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494752380 item 41 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.1595324 +0000 UTC m=+30.433211471 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24640): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24640): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24640): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.1595324 +0000 UTC m=+30.433211471 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494752770 item 41 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.161851431 +0000 UTC m=+30.435530503 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e251c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e251c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e251c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494753180 item 42 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e251c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e251c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.163326739 +0000 UTC m=+30.437005811 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e251c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947537a0 item 42 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.164598221 +0000 UTC m=+30.438277303 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25c80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25c80): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.164598221 +0000 UTC m=+30.438277303 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbc000 item 42 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.167599381 +0000 UTC m=+30.441278453 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945805c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580ac0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580ac0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580ac0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbc380 item 43 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580ac0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580ac0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.168244209 +0000 UTC m=+30.441923281 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580ac0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbc540 item 43 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.169187271 +0000 UTC m=+30.442866343 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581540): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581540): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581540): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.169187271 +0000 UTC m=+30.442866343 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbc850 item 43 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.172418627 +0000 UTC m=+30.446097698 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4500): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4500): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbd0a0 item 44 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4500): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.173506723 +0000 UTC m=+30.447185794 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494800ee0 item 44 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.175189222 +0000 UTC m=+30.448868293 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495106f40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594951074c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594951074c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594951074c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594951074c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594951074c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.175189222 +0000 UTC m=+30.448868293 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594951074c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594948011f0 item 44 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.178290951 +0000 UTC m=+30.451970023 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59495107b00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20100): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20100): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494801ce0 item 45 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20100): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.18160906 +0000 UTC m=+30.455288132 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20800): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20800): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20800): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.18160906 +0000 UTC m=+30.455288132 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b61c0 item 45 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.183136867 +0000 UTC m=+30.456815939 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b6930 item 46 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.183706473 +0000 UTC m=+30.457385545 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2000): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2000): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2000): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.183706473 +0000 UTC m=+30.457385545 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b6b60 item 46 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.185373162 +0000 UTC m=+30.459052234 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2b40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2b40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2b40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b7c00 item 47 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2b40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2b40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.185896521 +0000 UTC m=+30.459575593 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2b40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3240): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3240): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3240): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3240): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3240): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.185896521 +0000 UTC m=+30.459575593 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3240): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b060e0 item 47 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.18876461 +0000 UTC m=+30.462443682 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc1c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc980): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc980): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb5a40 item 48 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc980): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.190489108 +0000 UTC m=+30.464168180 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd440): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd440): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd440): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.190489108 +0000 UTC m=+30.464168180 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb5d50 item 48 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dde40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dde40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dde40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dde40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dde40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.193181425 +0000 UTC m=+30.466860498 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dde40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7e230 item 49 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.194483023 +0000 UTC m=+30.468162096 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde940): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde940): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde940): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.194483023 +0000 UTC m=+30.468162096 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7e3f0 item 49 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdefc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdefc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdefc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdefc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdefc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.197226488 +0000 UTC m=+30.470905560 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdefc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7e930 item 50 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.198316647 +0000 UTC m=+30.471995719 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf4c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfa40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfa40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfa40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfa40): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfa40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.198316647 +0000 UTC m=+30.471995719 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfa40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7ec40 item 50 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea1c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea1c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea1c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea1c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea1c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.20056263 +0000 UTC m=+30.474241702 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea1c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7f0a0 item 51 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.201569443 +0000 UTC m=+30.475248516 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bea6c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beac00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beac00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beac00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beac00): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beac00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.201569443 +0000 UTC m=+30.475248516 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beac00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7f2d0 item 51 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb280): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb280): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb280): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.204323266 +0000 UTC m=+30.478002338 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7f960 item 52 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.205365866 +0000 UTC m=+30.479044938 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494beb780): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bebd00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bebd00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bebd00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bebd00): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bebd00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.205365866 +0000 UTC m=+30.479044938 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bebd00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7fdc0 item 52 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a480): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a480): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.20726862 +0000 UTC m=+30.480947693 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494708460 item 53 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.208737436 +0000 UTC m=+30.482416508 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499a980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499aec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499aec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499aec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499aec0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499aec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.208737436 +0000 UTC m=+30.482416508 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499aec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494708690 item 53 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499b540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499b540): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499b540): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499b540): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499b540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.210007185 +0000 UTC m=+30.483686257 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499b540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494709260 item 54 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.211718228 +0000 UTC m=+30.485397300 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949499ba40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c60c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c60c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c60c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c60c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c60c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.211718228 +0000 UTC m=+30.485397300 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c60c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494709490 item 54 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.214039073 +0000 UTC m=+30.487718145 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0070 item 55 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.214844414 +0000 UTC m=+30.488523486 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c6c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7180): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7180): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7180): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7180): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7180): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.214844414 +0000 UTC m=+30.488523486 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7180): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa03f0 item 55 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7800): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7800): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7800): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.217307548 +0000 UTC m=+30.490986620 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0770 item 56 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.218770282 +0000 UTC m=+30.492449353 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c7d00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da380): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da380): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da380): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.218770282 +0000 UTC m=+30.492449353 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0930 item 56 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.221043707 +0000 UTC m=+30.494722779 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949da9c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949daf00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949daf00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949daf00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0cb0 item 57 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949daf00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949daf00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.222118357 +0000 UTC m=+30.495797429 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949daf00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0e70 item 57 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.222666072 +0000 UTC m=+30.496345144 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db9c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db9c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db9c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db9c0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db9c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.222666072 +0000 UTC m=+30.496345144 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949db9c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa1110 item 57 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.225282406 +0000 UTC m=+30.498961478 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3dc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3dc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3dc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b06460 item 58 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3dc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3dc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.225807046 +0000 UTC m=+30.499486119 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3dc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b06770 item 58 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.226390168 +0000 UTC m=+30.500069240 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa9c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa9c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa9c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa9c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa9c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.226390168 +0000 UTC m=+30.500069240 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aa9c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b06ee0 item 58 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.22868265 +0000 UTC m=+30.502361721 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab540): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab540): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b07650 item 59 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab540): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.229300687 +0000 UTC m=+30.502979759 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ab540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b07960 item 59 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.230371721 +0000 UTC m=+30.504050793 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aba80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2100): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.230371721 +0000 UTC m=+30.504050793 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b07b20 item 59 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.231878859 +0000 UTC m=+30.505557931 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2c80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b521c0 item 60 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2c80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.233246943 +0000 UTC m=+30.506926015 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d2c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b52540 item 60 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.234411373 +0000 UTC m=+30.508090446 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d31c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3780): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3780): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3780): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3780): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3780): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.234411373 +0000 UTC m=+30.508090446 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3780): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b52770 item 60 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.23667525 +0000 UTC m=+30.510354323 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d3dc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38400): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b52b60 item 61 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38400): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.237752747 +0000 UTC m=+30.511431819 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38b00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38b00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38b00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38b00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38b00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.237752747 +0000 UTC m=+30.511431819 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a38b00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b52d20 item 61 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.239225329 +0000 UTC m=+30.512904401 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39680): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39680): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39680): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b53730 item 62 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39680): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39680): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.240562445 +0000 UTC m=+30.514241517 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39680): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39d80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39d80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39d80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39d80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39d80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.240562445 +0000 UTC m=+30.514241517 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a39d80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b538f0 item 62 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.243911433 +0000 UTC m=+30.517590505 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a544c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a54a00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a54a00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a54a00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b53c70 item 63 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a54a00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a54a00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.244553366 +0000 UTC m=+30.518232438 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a54a00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55100): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.244553366 +0000 UTC m=+30.518232438 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b53e30 item 63 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.245924145 +0000 UTC m=+30.519603216 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55c80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476ca10 item 64 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55c80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.246499593 +0000 UTC m=+30.520178665 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a55c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88480): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88480): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88480): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.246499593 +0000 UTC m=+30.520178665 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476d2d0 item 64 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88ac0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88ac0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88ac0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88ac0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88ac0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.247946406 +0000 UTC m=+30.521625477 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88ac0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476d7a0 item 65 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.249581686 +0000 UTC m=+30.523260758 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe100): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.249581686 +0000 UTC m=+30.523260758 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa13b0 item 65 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.251911798 +0000 UTC m=+30.525590870 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949fe740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa1ab0 item 66 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.253582535 +0000 UTC m=+30.527261607 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949febc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff100): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.253582535 +0000 UTC m=+30.527261607 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa1c70 item 66 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.255237612 +0000 UTC m=+30.528916684 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ff740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022230 item 67 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.25701995 +0000 UTC m=+30.530699021 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ffbc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b921c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b921c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b921c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b921c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b921c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.25701995 +0000 UTC m=+30.530699021 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b921c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950223f0 item 67 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92840): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92840): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92840): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92840): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92840): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.258556092 +0000 UTC m=+30.532235163 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92840): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022850 item 68 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.259677771 +0000 UTC m=+30.533356843 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b92d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93280): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93280): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93280): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.259677771 +0000 UTC m=+30.533356843 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022a80 item 68 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b938c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b938c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b938c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b938c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b938c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.261257295 +0000 UTC m=+30.534936368 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b938c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022ee0 item 69 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.261892846 +0000 UTC m=+30.535571919 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b93d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10340): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10340): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10340): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10340): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10340): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.261892846 +0000 UTC m=+30.535571919 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495023260 item 69 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c109c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c109c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c109c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c109c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c109c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.263345622 +0000 UTC m=+30.537024693 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c109c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950237a0 item 70 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.263933652 +0000 UTC m=+30.537612724 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c10ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11400): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11400): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11400): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.263933652 +0000 UTC m=+30.537612724 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950239d0 item 70 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11a80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11a80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11a80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11a80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11a80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.265547341 +0000 UTC m=+30.539226412 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c11a80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495023d50 item 71 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.26617683 +0000 UTC m=+30.539855902 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e080): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e580): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e580): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e580): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.26617683 +0000 UTC m=+30.539855902 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4e580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a48070 item 71 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4ec00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4ec00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4ec00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4ec00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4ec00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.267602082 +0000 UTC m=+30.541281164 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4ec00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a48700 item 72 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.268334256 +0000 UTC m=+30.542013329 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f640): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f640): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f640): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.268334256 +0000 UTC m=+30.542013329 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4f640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a48bd0 item 72 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.270350396 +0000 UTC m=+30.544029468 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c4fc00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4780): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4780): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4780): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbd260 item 73 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4780): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4780): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.270846073 +0000 UTC m=+30.544525144 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4780): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbd420 item 73 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.271576201 +0000 UTC m=+30.545255273 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4cc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5200): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5200): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5200): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5200): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5200): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.271576201 +0000 UTC m=+30.545255273 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5200): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbd960 item 73 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.273069873 +0000 UTC m=+30.546748945 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5d80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5d80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5d80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbdce0 item 74 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5d80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5d80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.273758895 +0000 UTC m=+30.547437997 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5d80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aa000 item 74 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.274460381 +0000 UTC m=+30.548139452 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e563c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56940): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56940): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56940): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.274460381 +0000 UTC m=+30.548139452 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aa2a0 item 74 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.276215306 +0000 UTC m=+30.549894378 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e56f80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e57480): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e57480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e57480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aa690 item 75 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e57480): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e57480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.276748574 +0000 UTC m=+30.550427646 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e57480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aa850 item 75 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.277364027 +0000 UTC m=+30.551043099 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e579c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72000): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72000): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72000): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.277364027 +0000 UTC m=+30.551043099 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aabd0 item 75 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.279209754 +0000 UTC m=+30.552888826 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72b40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72b40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72b40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aafc0 item 76 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72b40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72b40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.27989049 +0000 UTC m=+30.553569563 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e72b40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab180 item 76 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.280590833 +0000 UTC m=+30.554269905 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73080): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73600): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73600): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73600): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.280590833 +0000 UTC m=+30.554269905 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab340 item 76 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.282152664 +0000 UTC m=+30.555831736 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e73c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0240): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0240): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0240): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab6c0 item 77 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0240): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0240): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.282639183 +0000 UTC m=+30.556318255 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0240): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0940): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0940): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0940): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.282639183 +0000 UTC m=+30.556318255 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab880 item 77 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.284295092 +0000 UTC m=+30.557974174 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca0f80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1480): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950abc00 item 78 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1480): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.284844881 +0000 UTC m=+30.558523953 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1b80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1b80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1b80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1b80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1b80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.284844881 +0000 UTC m=+30.558523953 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca1b80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949470e770 item 78 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.286531107 +0000 UTC m=+30.560210179 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc2c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc7c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc7c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc7c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949470f1f0 item 79 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc7c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc7c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.287328213 +0000 UTC m=+30.561007284 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc7c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cccec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cccec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cccec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cccec0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cccec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.287328213 +0000 UTC m=+30.561007284 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cccec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949470f960 item 79 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.289004569 +0000 UTC m=+30.562683642 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccda00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccda00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccda00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60540 item 80 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccda00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccda00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.290036129 +0000 UTC m=+30.563715201 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccda00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec200): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec200): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec200): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec200): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec200): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.290036129 +0000 UTC m=+30.563715201 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec200): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60770 item 80 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec840): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec840): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec840): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec840): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec840): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.292055605 +0000 UTC m=+30.565734677 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cec840): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60cb0 item 81 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.29287353 +0000 UTC m=+30.566552601 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceccc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced200): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced200): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced200): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced200): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced200): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.29287353 +0000 UTC m=+30.566552601 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced200): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60e70 item 81 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced880): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced880): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced880): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.295694009 +0000 UTC m=+30.569373081 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ced880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a617a0 item 82 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.296434508 +0000 UTC m=+30.570113580 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cedd80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1e400): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1e400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1e400): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1e400): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1e400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.296434508 +0000 UTC m=+30.570113580 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1e400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a61ab0 item 82 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ea80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ea80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ea80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ea80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ea80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.297980029 +0000 UTC m=+30.571659101 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ea80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a82a0 item 83 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.298720898 +0000 UTC m=+30.572399969 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1ef80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1f4c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1f4c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1f4c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1f4c0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1f4c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.298720898 +0000 UTC m=+30.572399969 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1f4c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a8460 item 83 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1fb40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1fb40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1fb40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1fb40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1fb40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.300403206 +0000 UTC m=+30.574082278 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d1fb40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a87e0 item 84 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.301144958 +0000 UTC m=+30.574824030 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a6c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a6c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a6c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a6c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a6c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.301144958 +0000 UTC m=+30.574824030 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3a6c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a8a80 item 84 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3ad40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3ad40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3ad40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3ad40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3ad40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.30260701 +0000 UTC m=+30.576286083 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3ad40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a8ee0 item 85 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.303344964 +0000 UTC m=+30.577024036 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b240): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b780): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b780): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b780): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b780): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b780): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.303344964 +0000 UTC m=+30.577024036 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3b780): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a9180 item 85 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3be00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3be00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3be00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3be00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3be00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.304796677 +0000 UTC m=+30.578475749 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d3be00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594949a95e0 item 86 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.30783071 +0000 UTC m=+30.581509781 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7e500): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7e500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7e500): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7e500): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7e500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.30783071 +0000 UTC m=+30.581509781 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7e500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a493b0 item 86 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7eb80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7eb80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7eb80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7eb80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7eb80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.315449894 +0000 UTC m=+30.589128967 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7eb80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a49a40 item 87 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.316385834 +0000 UTC m=+30.590064916 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f080): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f5c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f5c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f5c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f5c0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f5c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.316385834 +0000 UTC m=+30.590064916 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7f5c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a49c00 item 87 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7fc40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7fc40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7fc40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7fc40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7fc40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.318143965 +0000 UTC m=+30.591823048 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c7fc40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afa230 item 88 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.318969555 +0000 UTC m=+30.592648626 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0240): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da07c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da07c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da07c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da07c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da07c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.318969555 +0000 UTC m=+30.592648626 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da07c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afa3f0 item 88 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.32054972 +0000 UTC m=+30.594228792 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da0e00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1340): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1340): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1340): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afa850 item 89 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1340): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1340): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.321378246 +0000 UTC m=+30.595057318 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afab60 item 89 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.322126811 +0000 UTC m=+30.595805883 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1e00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1e00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1e00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1e00): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1e00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.322126811 +0000 UTC m=+30.595805883 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da1e00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afaee0 item 89 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.323548907 +0000 UTC m=+30.597227979 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbc540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbca80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbca80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbca80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afb3b0 item 90 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbca80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbca80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.325031168 +0000 UTC m=+30.598710239 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbca80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afb730 item 90 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.325865894 +0000 UTC m=+30.599544966 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbcfc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbd580): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbd580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbd580): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbd580): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbd580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.325865894 +0000 UTC m=+30.599544966 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbd580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afb9d0 item 90 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.328369825 +0000 UTC m=+30.602048907 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dbdbc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda200): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda200): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda200): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946ee310 item 91 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda200): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda200): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.328907291 +0000 UTC m=+30.602586362 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda200): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946eed90 item 91 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.329543574 +0000 UTC m=+30.603222645 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dda740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddacc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddacc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddacc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddacc0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddacc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.329543574 +0000 UTC m=+30.603222645 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddacc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946ef2d0 item 91 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.330889927 +0000 UTC m=+30.604568999 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb300): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb840): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb840): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb840): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e000 item 92 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb840): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb840): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.331565523 +0000 UTC m=+30.605244595 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddb840): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e1c0 item 92 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.332136402 +0000 UTC m=+30.605815475 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ddbd80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfa440): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfa440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfa440): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfa440): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfa440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.332136402 +0000 UTC m=+30.605815475 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfa440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e380 item 92 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.333948586 +0000 UTC m=+30.607627659 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfaa80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfafc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfafc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfafc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e700 item 93 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfafc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfafc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.334503744 +0000 UTC m=+30.608182816 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfafc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfb6c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfb6c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfb6c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfb6c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfb6c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.334503744 +0000 UTC m=+30.608182816 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfb6c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e8c0 item 93 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.336102125 +0000 UTC m=+30.609781216 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494dfbd00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86340): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86340): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86340): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509ec40 item 94 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86340): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86340): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.337440012 +0000 UTC m=+30.611119084 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86a40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86a40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86a40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86a40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86a40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.337440012 +0000 UTC m=+30.611119084 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e86a40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509ee00 item 94 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.340320936 +0000 UTC m=+30.614000008 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87080): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e875c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e875c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e875c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f2d0 item 95 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e875c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e875c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.340883298 +0000 UTC m=+30.614562370 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e875c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87cc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87cc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87cc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87cc0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87cc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.340883298 +0000 UTC m=+30.614562370 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e87cc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f490 item 95 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.343517885 +0000 UTC m=+30.617196957 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0940): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0940): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f8f0 item 96 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0940): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.344069979 +0000 UTC m=+30.617749050 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1040): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1040): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1040): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.344069979 +0000 UTC m=+30.617749050 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509fab0 item 96 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= 2026/04/11 04:54:26 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : >WaitForWriters: 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:26 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/11 04:54:26 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62140): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62140): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62140): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.356074941 +0000 UTC m=+30.629754013 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.356074941 +0000 UTC m=+30.629754013 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62b00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62b00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62b00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62b00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62b00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.356074941 +0000 UTC m=+30.629754013 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62b00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c769a0 item 1 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63140): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63140): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63140): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.359537021 +0000 UTC m=+30.633216094 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63640): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63640): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63640): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.359537021 +0000 UTC m=+30.633216094 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c76f50 item 2 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63c80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63c80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.361331412 +0000 UTC m=+30.635010494 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.361331412 +0000 UTC m=+30.635010494 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0200): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb06c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb06c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb06c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb06c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb06c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.361331412 +0000 UTC m=+30.635010494 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb06c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c77490 item 3 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0d40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0d40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0d40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.363244727 +0000 UTC m=+30.636923798 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb0d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1280): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1280): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1280): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.363244727 +0000 UTC m=+30.636923798 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c77ab0 item 4 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1900): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1900): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1900): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1900): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1900): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.364802139 +0000 UTC m=+30.638481211 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.364802139 +0000 UTC m=+30.638481211 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494eb1d80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88340): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88340): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88340): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88340): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88340): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.364802139 +0000 UTC m=+30.638481211 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc000 item 5 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a889c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a889c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a889c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a889c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a889c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.366649761 +0000 UTC m=+30.640328832 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a889c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.366649761 +0000 UTC m=+30.640328832 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a88f00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc4d0 item 6 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89680): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89680): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89680): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89680): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89680): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.368472584 +0000 UTC m=+30.642151656 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89680): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.368472584 +0000 UTC m=+30.642151656 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a89b80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e140): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e140): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e140): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.368472584 +0000 UTC m=+30.642151656 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc850 item 7 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e800): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e800): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e800): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.370590114 +0000 UTC m=+30.644269187 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ee00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ee00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ee00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ee00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ee00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.370590114 +0000 UTC m=+30.644269187 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477ee00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd0a0 item 8 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494471840): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494471840): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494471840): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494471840): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494471840): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494471840): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494471840): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494677a80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494677a80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494677a80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494677a80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494677a80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.373193954 +0000 UTC m=+30.646873026 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494677a80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.373193954 +0000 UTC m=+30.646873026 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aa280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e240c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e240c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e240c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e240c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e240c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.373193954 +0000 UTC m=+30.646873026 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e240c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd570 item 9 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.375679771 +0000 UTC m=+30.649358843 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.375679771 +0000 UTC m=+30.649358843 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24cc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947520e0 item 10 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947ab2c0): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x594947ab2c0): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947ab2c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947ab2c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947ab2c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947ab2c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947ab2c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580240): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580240): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580240): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580240): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580240): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.377475815 +0000 UTC m=+30.651154897 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580240): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.377475815 +0000 UTC m=+30.651154897 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580d80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580d80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580d80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580d80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580d80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.377475815 +0000 UTC m=+30.651154897 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580d80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd8f0 item 11 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581400): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581400): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.381532589 +0000 UTC m=+30.655211662 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.381532589 +0000 UTC m=+30.655211662 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494800000 item 12 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc140): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x594949dc140): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc140): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc140): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc140): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc140): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc580): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc580): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc580): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.383844057 +0000 UTC m=+30.657523129 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd1c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd1c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd1c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd1c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd1c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.383844057 +0000 UTC m=+30.657523129 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd1c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b6380 item 13 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddc40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddc40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddc40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddc40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddc40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.385706606 +0000 UTC m=+30.659385677 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddc40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4300): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4300): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4300): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4300): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4300): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.385706606 +0000 UTC m=+30.659385677 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4300): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b69a0 item 14 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4940): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494bf4940): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4940): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4940): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4940): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4940): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4d40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4d40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4d40): close: 2026/04/11 04:54:26 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:26 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.387346725 +0000 UTC m=+30.661025797 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5400): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5400): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5400): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.387346725 +0000 UTC m=+30.661025797 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b77a0 item 15 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5ac0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5ac0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5ac0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5ac0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5ac0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.389698738 +0000 UTC m=+30.663377810 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5ac0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0100): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.389698738 +0000 UTC m=+30.663377810 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4230 item 16 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.391395464 +0000 UTC m=+30.665074536 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.391395464 +0000 UTC m=+30.665074536 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b0bc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b10c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b10c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b10c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b10c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b10c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.391395464 +0000 UTC m=+30.665074536 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b10c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb45b0 item 17 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.393383209 +0000 UTC m=+30.667062282 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1c80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1c80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.393383209 +0000 UTC m=+30.667062282 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948b1c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4a80 item 18 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0400): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0400): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.395408245 +0000 UTC m=+30.669087318 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.395408245 +0000 UTC m=+30.669087318 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0e00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0e00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0e00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0e00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0e00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.395408245 +0000 UTC m=+30.669087318 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d0e00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4e70 item 19 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d1480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d1480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d1480): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d1480): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d1480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.397581942 +0000 UTC m=+30.671261015 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d1480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d19c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d19c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d19c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d19c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d19c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.397581942 +0000 UTC m=+30.671261015 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948d19c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb5490 item 20 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2140): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2140): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2140): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.399293566 +0000 UTC m=+30.672972638 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.399293566 +0000 UTC m=+30.672972638 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e253c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e258c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e258c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e258c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e258c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e258c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.399293566 +0000 UTC m=+30.672972638 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e258c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb58f0 item 21 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8040): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8040): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.401699242 +0000 UTC m=+30.675378314 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8580): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8580): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8580): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.401699242 +0000 UTC m=+30.675378314 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494753030 item 22 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8c00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8c00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8c00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8c00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8c00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.403832111 +0000 UTC m=+30.677511183 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa8c00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.403832111 +0000 UTC m=+30.677511183 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9600): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9600): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9600): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.403832111 +0000 UTC m=+30.677511183 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494753490 item 23 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9c80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9c80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.406840656 +0000 UTC m=+30.680519727 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fa9c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb82c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb82c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb82c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb82c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb82c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.406840656 +0000 UTC m=+30.680519727 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb82c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7e0e0 item 24 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8900): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494fb8900): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8900): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8900): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8900): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8900): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8cc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8cc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8cc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8cc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8cc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.408899145 +0000 UTC m=+30.682578217 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb8cc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.408899145 +0000 UTC m=+30.682578217 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb91c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9700): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9700): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9700): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.408899145 +0000 UTC m=+30.682578217 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7e460 item 25 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2980): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2980): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2980): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.411768516 +0000 UTC m=+30.685447588 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2ec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2ec0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.411768516 +0000 UTC m=+30.685447588 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e2ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb5d50 item 26 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3500): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x594948e3500): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3500): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3500): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3500): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3500): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e38c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e38c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e38c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e38c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e38c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.414052822 +0000 UTC m=+30.687731894 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e38c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.414052822 +0000 UTC m=+30.687731894 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948e3dc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946400): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946400): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946400): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.414052822 +0000 UTC m=+30.687731894 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947082a0 item 27 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946a80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946a80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946a80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946a80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946a80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.416511728 +0000 UTC m=+30.690190799 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946a80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946fc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946fc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946fc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946fc0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946fc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.416511728 +0000 UTC m=+30.690190799 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946fc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947090a0 item 28 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947600): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494947600): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947600): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947600): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947600): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947600): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949479c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949479c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949479c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949479c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949479c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.418572141 +0000 UTC m=+30.692251212 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949479c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988180): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988180): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988180): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988180): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988180): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.418572141 +0000 UTC m=+30.692251212 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988180): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494709570 item 29 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988800): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988800): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988800): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.42078431 +0000 UTC m=+30.694463383 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988d40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988d40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988d40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.42078431 +0000 UTC m=+30.694463383 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494988d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b06150 item 30 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989380): _readAt: size=2, off=0 2026/04/11 04:54:26 ERROR : open-test-file(0x59494989380): Couldn't read size of file 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989380): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989380): >_writeAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989380): close: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.423252043 +0000 UTC m=+30.696931115 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9ec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9ec0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.423252043 +0000 UTC m=+30.696931115 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fb9ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7e9a0 item 31 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6640): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6640): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6640): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.424910275 +0000 UTC m=+30.698589347 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6b80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6b80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6b80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6b80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6b80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.424910275 +0000 UTC m=+30.698589347 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc6b80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7ef50 item 32 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc71c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc71c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc71c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc71c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc71c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.426537631 +0000 UTC m=+30.700216702 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc71c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7f3b0 item 33 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.427102177 +0000 UTC m=+30.700781249 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7b40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7b40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7b40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7b40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7b40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.427102177 +0000 UTC m=+30.700781249 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fc7b40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7f6c0 item 33 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde280): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde280): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde280): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.42872908 +0000 UTC m=+30.702408153 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b7fe30 item 34 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.429489988 +0000 UTC m=+30.703169061 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fde700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdec40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdec40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdec40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdec40): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdec40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.429489988 +0000 UTC m=+30.703169061 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdec40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b524d0 item 34 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf280): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf280): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf280): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.431140167 +0000 UTC m=+30.704819249 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b528c0 item 35 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.431887728 +0000 UTC m=+30.705566800 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdf700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdfc00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdfc00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdfc00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdfc00): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdfc00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.431887728 +0000 UTC m=+30.705566800 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fdfc00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b52af0 item 35 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.433512208 +0000 UTC m=+30.707191279 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b53030 item 36 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.434387231 +0000 UTC m=+30.708066304 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fee880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494feedc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494feedc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494feedc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494feedc0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494feedc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.434387231 +0000 UTC m=+30.708066304 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494feedc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b536c0 item 36 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989940): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989940): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989940): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.436204364 +0000 UTC m=+30.709883436 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b064d0 item 37 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.437197601 +0000 UTC m=+30.710876673 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494989dc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c03c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c03c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c03c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c03c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c03c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.437197601 +0000 UTC m=+30.710876673 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c03c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b06af0 item 37 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0a40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0a40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0a40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0a40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0a40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.439188343 +0000 UTC m=+30.712867415 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0a40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b07490 item 38 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.440233808 +0000 UTC m=+30.713912890 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c0f40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1480): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1480): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1480): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.440233808 +0000 UTC m=+30.713912890 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b076c0 item 38 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1b00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1b00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1b00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1b00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1b00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.442422352 +0000 UTC m=+30.716101425 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949c1b00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b07b90 item 39 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.443038537 +0000 UTC m=+30.716717609 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0600): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0600): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0600): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.443038537 +0000 UTC m=+30.716717609 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b07d50 item 39 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0c80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0c80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.444595599 +0000 UTC m=+30.718274671 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e0c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa03f0 item 40 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.445274902 +0000 UTC m=+30.718953974 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1180): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e16c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e16c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e16c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e16c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e16c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.445274902 +0000 UTC m=+30.718953974 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e16c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa05b0 item 40 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.44654934 +0000 UTC m=+30.720228412 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949e1c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c280): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c280): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0930 item 41 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c280): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.447072337 +0000 UTC m=+30.720751410 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0af0 item 41 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.447633788 +0000 UTC m=+30.721312861 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2c740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2cc80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2cc80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2cc80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2cc80): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2cc80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.447633788 +0000 UTC m=+30.721312861 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2cc80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa0cb0 item 41 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.449268819 +0000 UTC m=+30.722947890 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d2c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d7c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d7c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d7c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa1110 item 42 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d7c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d7c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.449842041 +0000 UTC m=+30.723521113 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2d7c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa1340 item 42 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.450775144 +0000 UTC m=+30.724454215 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a2dd00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56380): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56380): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56380): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.450775144 +0000 UTC m=+30.724454215 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa1880 item 42 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.452368424 +0000 UTC m=+30.726047496 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef900): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef900): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef900): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b53a40 item 43 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef900): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef900): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.452961605 +0000 UTC m=+30.726640677 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fef900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b53c00 item 43 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.453691905 +0000 UTC m=+30.727370977 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494fefe40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0a480): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0a480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0a480): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0a480): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0a480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.453691905 +0000 UTC m=+30.727370977 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0a480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494b53dc0 item 43 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.455240971 +0000 UTC m=+30.728920043 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0aac0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0afc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0afc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0afc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950222a0 item 44 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0afc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0afc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.455792804 +0000 UTC m=+30.729471876 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0afc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022460 item 44 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.456600329 +0000 UTC m=+30.730279402 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0b500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0ba80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0ba80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0ba80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0ba80): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0ba80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.456600329 +0000 UTC m=+30.730279402 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b0ba80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022620 item 44 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.458208257 +0000 UTC m=+30.731887329 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c1c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c6c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c6c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c6c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022bd0 item 45 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c6c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c6c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.460665651 +0000 UTC m=+30.734344723 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7c6c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7cdc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7cdc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7cdc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7cdc0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7cdc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.460665651 +0000 UTC m=+30.734344723 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7cdc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495022d90 item 45 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.463377034 +0000 UTC m=+30.737056135 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d900): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d900): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d900): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495023420 item 46 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d900): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d900): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.463841922 +0000 UTC m=+30.737520994 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b7d900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4100): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4100): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.463841922 +0000 UTC m=+30.737520994 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495023650 item 46 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.465590165 +0000 UTC m=+30.739269237 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4c40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495023a40 item 47 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4c40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.46623303 +0000 UTC m=+30.739912101 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba4c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5340): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5340): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5340): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5340): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5340): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.46623303 +0000 UTC m=+30.739912101 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59495023c00 item 47 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.467721992 +0000 UTC m=+30.741401064 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5e80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5e80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5e80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbc0e0 item 48 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5e80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5e80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.468430932 +0000 UTC m=+30.742110005 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ba5e80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde680): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde680): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde680): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde680): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde680): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.468430932 +0000 UTC m=+30.742110005 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bde680): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbc2a0 item 48 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdecc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdecc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdecc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdecc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdecc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.469934593 +0000 UTC m=+30.743613666 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdecc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbc690 item 49 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.471379313 +0000 UTC m=+30.745058385 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf680): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf680): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf680): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf680): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf680): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.471379313 +0000 UTC m=+30.745058385 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdf680): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbca80 item 49 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfd00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfd00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfd00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfd00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfd00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.473435879 +0000 UTC m=+30.747114950 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bdfd00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbd1f0 item 50 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.474669139 +0000 UTC m=+30.748348221 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02300): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02880): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02880): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02880): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.474669139 +0000 UTC m=+30.748348221 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbd3b0 item 50 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02f00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02f00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02f00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02f00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02f00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.476705577 +0000 UTC m=+30.750384648 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c02f00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbdab0 item 51 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.477608893 +0000 UTC m=+30.751287965 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03940): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03940): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03940): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.477608893 +0000 UTC m=+30.751287965 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c03940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bbdc70 item 51 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c240c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c240c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c240c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c240c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c240c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.479113846 +0000 UTC m=+30.752792918 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c240c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aa230 item 52 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.479921472 +0000 UTC m=+30.753600575 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c245c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c24b40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c24b40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c24b40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c24b40): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c24b40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.479921472 +0000 UTC m=+30.753600575 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c24b40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aa460 item 52 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c251c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c251c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c251c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c251c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c251c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.481286521 +0000 UTC m=+30.754965593 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c251c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aa7e0 item 53 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.481764514 +0000 UTC m=+30.755443586 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c256c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c25c00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c25c00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c25c00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c25c00): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c25c00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.481764514 +0000 UTC m=+30.755443586 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c25c00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aab60 item 53 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.482990801 +0000 UTC m=+30.756669873 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950aaf50 item 54 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.483767008 +0000 UTC m=+30.757446100 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60e00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60e00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60e00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60e00): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60e00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.483767008 +0000 UTC m=+30.757446100 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c60e00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab110 item 54 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61480): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61480): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.485034362 +0000 UTC m=+30.758713435 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab490 item 55 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.485445259 +0000 UTC m=+30.759124331 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61ec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61ec0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.485445259 +0000 UTC m=+30.759124331 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494c61ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab650 item 55 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8640): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8640): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8640): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.486941375 +0000 UTC m=+30.760620447 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950ab9d0 item 56 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.487461748 +0000 UTC m=+30.761140820 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca8b40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca90c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca90c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca90c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca90c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca90c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.487461748 +0000 UTC m=+30.761140820 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca90c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594950abb90 item 56 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.488598777 +0000 UTC m=+30.762277849 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9c40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949470eb60 item 57 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9c40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.489009223 +0000 UTC m=+30.762688294 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ca9c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949470efc0 item 57 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.489761383 +0000 UTC m=+30.763440465 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc800): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc800): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc800): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc800): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc800): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.489761383 +0000 UTC m=+30.763440465 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccc800): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949470f730 item 57 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.49095045 +0000 UTC m=+30.764629521 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccce40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a604d0 item 58 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.491343322 +0000 UTC m=+30.765022394 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60700 item 58 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.491880928 +0000 UTC m=+30.765560000 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccd8c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccde80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccde80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccde80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccde80): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccde80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.491880928 +0000 UTC m=+30.765560000 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ccde80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60a80 item 58 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.49337996 +0000 UTC m=+30.767059032 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cee5c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceeb00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceeb00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceeb00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60e00 item 59 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceeb00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceeb00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.49433261 +0000 UTC m=+30.768011702 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494ceeb00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a60fc0 item 59 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.494802036 +0000 UTC m=+30.768481108 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef5c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef5c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef5c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef5c0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef5c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.494802036 +0000 UTC m=+30.768481108 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cef5c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a61260 item 59 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.496005391 +0000 UTC m=+30.769684463 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494cefc00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22240): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22240): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22240): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a61d50 item 60 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22240): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22240): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.496416978 +0000 UTC m=+30.770096060 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22240): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a481c0 item 60 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.496949534 +0000 UTC m=+30.770628606 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22780): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22d40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22d40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22d40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22d40): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22d40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.496949534 +0000 UTC m=+30.770628606 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d22d40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a485b0 item 60 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.498186341 +0000 UTC m=+30.771865413 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d23380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d238c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d238c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d238c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a48d20 item 61 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d238c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d238c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.498606165 +0000 UTC m=+30.772285237 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d238c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a0c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a0c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a0c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a0c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a0c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.498606165 +0000 UTC m=+30.772285237 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a0c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a48fc0 item 61 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.499719268 +0000 UTC m=+30.773398350 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5a700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5ac40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5ac40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5ac40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a497a0 item 62 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5ac40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5ac40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.500099255 +0000 UTC m=+30.773778327 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5ac40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b340): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b340): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b340): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b340): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b340): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.500099255 +0000 UTC m=+30.773778327 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494a49ab0 item 62 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.501320203 +0000 UTC m=+30.774999285 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5b980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5bec0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5bec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5bec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afa0e0 item 63 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5bec0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5bec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.501674341 +0000 UTC m=+30.775353414 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d5bec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da66c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da66c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da66c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da66c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da66c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.501674341 +0000 UTC m=+30.775353414 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494da66c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afa2a0 item 63 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): >_readAt: n=0, err=Bad file descriptor 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.505149937 +0000 UTC m=+30.778829010 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20c40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494800850 item 64 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20c40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.5085594 +0000 UTC m=+30.782238471 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.5085594 +0000 UTC m=+30.782238471 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494800cb0 item 64 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b219c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b219c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b219c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b219c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b219c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.509839047 +0000 UTC m=+30.783518119 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b219c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494801340 item 65 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.510353319 +0000 UTC m=+30.784032392 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21e40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32440): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32440): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32440): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.510353319 +0000 UTC m=+30.784032392 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494801ab0 item 65 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32a80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32a80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32a80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32a80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32a80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.511700404 +0000 UTC m=+30.785379476 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32a80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946eebd0 item 66 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.512950106 +0000 UTC m=+30.786629178 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32f00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33440): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33440): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33440): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.512950106 +0000 UTC m=+30.786629178 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946ef260 item 66 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33a80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33a80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33a80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33a80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33a80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.517469093 +0000 UTC m=+30.791148165 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33a80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946efe30 item 67 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.517963297 +0000 UTC m=+30.791642379 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58500): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58500): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58500): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.517963297 +0000 UTC m=+30.791642379 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e150 item 67 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58b80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58b80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58b80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58b80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58b80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.519581114 +0000 UTC m=+30.793260186 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e58b80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e4d0 item 68 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.520847797 +0000 UTC m=+30.794526869 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59080): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56d00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56d00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56d00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56d00): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56d00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.520847797 +0000 UTC m=+30.794526869 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56d00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fa1b90 item 68 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57340): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57340): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57340): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57340): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57340): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.5233586 +0000 UTC m=+30.797037672 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57340): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476c540 item 69 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.524346438 +0000 UTC m=+30.798025510 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a577c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e594c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e594c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e594c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e594c0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e594c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.524346438 +0000 UTC m=+30.798025510 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e594c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509e690 item 69 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59b40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59b40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59b40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59b40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59b40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.52751827 +0000 UTC m=+30.801197342 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e59b40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509ea10 item 70 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.528806734 +0000 UTC m=+30.802485806 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56680): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56680): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56680): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56680): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56680): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.528806734 +0000 UTC m=+30.802485806 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a56680): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509ebd0 item 70 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57dc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57dc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57dc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57dc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57dc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.531691916 +0000 UTC m=+30.805370988 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494a57dc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509ef50 item 71 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.532416284 +0000 UTC m=+30.806095356 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62900): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62900): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62900): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62900): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62900): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.532416284 +0000 UTC m=+30.806095356 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f260 item 71 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62f80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62f80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62f80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62f80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62f80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.535201045 +0000 UTC m=+30.808880118 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d62f80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f5e0 item 72 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.536340699 +0000 UTC m=+30.810019771 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d63480): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d639c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d639c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d639c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d639c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d639c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.536340699 +0000 UTC m=+30.810019771 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494d639c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509f7a0 item 72 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.538271467 +0000 UTC m=+30.811950539 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e080): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e5c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e5c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e5c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509fb20 item 73 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e5c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e5c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.538830413 +0000 UTC m=+30.812509485 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477e5c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949509fce0 item 73 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.539791468 +0000 UTC m=+30.813470550 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477eac0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f380): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f380): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f380): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.539791468 +0000 UTC m=+30.813470550 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949477f380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afa000 item 73 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.542850518 +0000 UTC m=+30.816529590 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946779c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945801c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945801c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945801c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476c770 item 74 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945801c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945801c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.543839547 +0000 UTC m=+30.817518619 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594945801c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476d110 item 74 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.544942992 +0000 UTC m=+30.818622064 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580e00): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580e00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580e00): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580e00): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580e00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.544942992 +0000 UTC m=+30.818622064 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494580e00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476d3b0 item 74 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.547591666 +0000 UTC m=+30.821270738 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x5949476da40 item 75 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.548787866 +0000 UTC m=+30.822466938 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494581c80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): _writeAt: size=3, off=2 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c761c0 item 75 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.550413197 +0000 UTC m=+30.824092268 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dc2c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dcc40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dcc40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dcc40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dcc40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dcc40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.550413197 +0000 UTC m=+30.824092268 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dcc40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c76380 item 75 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.552935683 +0000 UTC m=+30.826614754 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949dd540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddd40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddd40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddd40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c76850 item 76 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddd40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddd40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.554072059 +0000 UTC m=+30.827751131 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949ddd40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c76a10 item 76 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): _writeAt: size=3, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.55473923 +0000 UTC m=+30.828418302 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4400): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4980): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4980): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4980): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4980): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4980): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.55473923 +0000 UTC m=+30.828418302 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf4980): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c76bd0 item 76 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.556802248 +0000 UTC m=+30.830481330 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5000): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5500): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5500): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5500): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c76f50 item 77 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5500): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5500): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.557510266 +0000 UTC m=+30.831189338 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5500): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5c40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5c40): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.557510266 +0000 UTC m=+30.831189338 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494bf5c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c771f0 item 77 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.559901574 +0000 UTC m=+30.833580646 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24880): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24880): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c77650 item 78 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24880): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.560924125 +0000 UTC m=+30.834603197 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24fc0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24fc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24fc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24fc0): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24fc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.560924125 +0000 UTC m=+30.834603197 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e24fc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c77880 item 78 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.563470888 +0000 UTC m=+30.837149960 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25b00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25b00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25b00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494c77d50 item 79 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25b00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25b00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.564583239 +0000 UTC m=+30.838262311 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e25b00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20300): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20300): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20300): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20300): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20300): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.564583239 +0000 UTC m=+30.838262311 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20300): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494472bd0 item 79 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 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/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.568600479 +0000 UTC m=+30.842279551 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494473490 item 80 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.569228386 +0000 UTC m=+30.842907457 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b20e40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21580): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21580): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21580): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21580): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21580): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.569228386 +0000 UTC m=+30.842907457 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21580): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494473e30 item 80 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21bc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21bc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21bc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21bc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21bc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.570801819 +0000 UTC m=+30.844480891 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494b21bc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc310 item 81 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.571801637 +0000 UTC m=+30.845480709 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32140): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32680): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32680): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32680): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32680): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32680): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.571801637 +0000 UTC m=+30.845480709 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32680): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc4d0 item 81 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaf00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaf00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaf00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaf00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaf00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.574403423 +0000 UTC m=+30.848082505 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594947aaf00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afa690 item 82 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.575282003 +0000 UTC m=+30.848961076 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2180): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2700): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2700): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2700): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2700): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2700): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.575282003 +0000 UTC m=+30.848961076 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2700): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afaa10 item 82 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2d80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2d80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2d80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2d80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2d80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.577488041 +0000 UTC m=+30.851167113 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e2d80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afb030 item 83 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.579486146 +0000 UTC m=+30.853165219 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e37c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e37c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e37c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e37c0): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e37c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.579486146 +0000 UTC m=+30.853165219 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e37c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afb2d0 item 83 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3e40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3e40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3e40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3e40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3e40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.583218087 +0000 UTC m=+30.856897159 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594946e3e40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afb880 item 84 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.584470874 +0000 UTC m=+30.858149947 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a440): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a9c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a9c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a9c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a9c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a9c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.584470874 +0000 UTC m=+30.858149947 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486a9c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494afbc00 item 84 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b040): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b040): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.587879494 +0000 UTC m=+30.861558567 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b6380 item 85 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.588443831 +0000 UTC m=+30.862122903 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486b540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486ba80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486ba80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486ba80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486ba80): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486ba80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.588443831 +0000 UTC m=+30.862122903 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x5949486ba80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b65b0 item 85 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae200): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae200): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae200): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae200): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae200): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.591050105 +0000 UTC m=+30.864729187 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae200): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc5b0 item 86 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.592061555 +0000 UTC m=+30.865740627 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32940): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32ec0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32ec0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32ec0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32ec0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32ec0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.592061555 +0000 UTC m=+30.865740627 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e32ec0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdc770 item 86 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33540): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33540): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33540): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33540): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33540): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.595033341 +0000 UTC m=+30.868712412 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494e33540): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdcd20 item 87 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.595587007 +0000 UTC m=+30.869266079 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2100): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2640): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2640): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2640): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.595587007 +0000 UTC m=+30.869266079 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdcee0 item 87 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 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/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2cc0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2cc0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2cc0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2cc0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2cc0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.598318678 +0000 UTC m=+30.871997750 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de2cc0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd490 item 88 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.599363351 +0000 UTC m=+30.873042424 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de31c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3740): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3740): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3740): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.599363351 +0000 UTC m=+30.873042424 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd650 item 88 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.601369482 +0000 UTC m=+30.875048554 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494de3d80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df43c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df43c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df43c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdd9d0 item 89 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df43c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df43c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.6024008 +0000 UTC m=+30.876079872 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df43c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fddb90 item 89 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.604555572 +0000 UTC m=+30.878234643 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4900): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4e80): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4e80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4e80): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4e80): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4e80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.604555572 +0000 UTC m=+30.878234643 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df4e80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494fdde30 item 89 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.607031089 +0000 UTC m=+30.880710160 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df54c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df5a00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df5a00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df5a00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494752380 item 90 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df5a00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df5a00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.608001301 +0000 UTC m=+30.881680393 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494df5a00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494752770 item 90 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.609047839 +0000 UTC m=+30.882726911 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946600): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946600): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946600): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.609047839 +0000 UTC m=+30.882726911 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494752e70 item 90 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.611221656 +0000 UTC m=+30.884900728 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494946c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947180): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947180): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947180): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947533b0 item 91 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947180): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947180): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.612241343 +0000 UTC m=+30.885920415 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947180): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): >_readAt: n=2, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): _writeAt: size=3, off=7 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594947535e0 item 91 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.613234439 +0000 UTC m=+30.886913511 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949476c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947c40): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947c40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947c40): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947c40): >_readAt: n=8, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947c40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.613234439 +0000 UTC m=+30.886913511 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494947c40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494753880 item 91 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 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/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.615243926 +0000 UTC m=+30.888922998 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984380): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949848c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949848c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949848c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4310 item 92 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949848c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949848c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.615685971 +0000 UTC m=+30.889365043 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949848c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): open at offset 5 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb44d0 item 92 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): _readAt: size=2, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): _writeAt: size=3, off=5 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): >_writeAt: n=3, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.617111384 +0000 UTC m=+30.890790456 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494984e00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949853c0): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949853c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949853c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949853c0): >_readAt: n=3, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949853c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.617111384 +0000 UTC m=+30.890790456 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949853c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4690 item 92 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.618564579 +0000 UTC m=+30.892243652 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x59494985a00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be040): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be040): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be040): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4a10 item 93 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be040): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be040): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.619688352 +0000 UTC m=+30.893367425 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be040): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be740): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be740): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be740): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be740): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be740): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.619688352 +0000 UTC m=+30.893367425 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594949be740): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494bb4bd0 item 93 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 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/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.622043052 +0000 UTC m=+30.895722124 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ae640): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aeb80): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aeb80): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aeb80): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b71f0 item 94 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aeb80): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aeb80): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.622607508 +0000 UTC m=+30.896286580 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948aeb80): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af280): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af280): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af280): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af280): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af280): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.622607508 +0000 UTC m=+30.896286580 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af280): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x594946b7c00 item 94 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 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/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.625552964 +0000 UTC m=+30.899232035 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948af8c0): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948afe00): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948afe00): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948afe00): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494708460 item 95 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948afe00): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948afe00): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.626026287 +0000 UTC m=+30.899705360 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948afe00): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cc600): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cc600): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cc600): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cc600): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cc600): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.626026287 +0000 UTC m=+30.899705360 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cc600): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494708690 item 95 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 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/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): open at offset 0 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): _readAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): >_readAt: n=0, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.628104946 +0000 UTC m=+30.901784017 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948ccc40): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd180): _writeAt: size=5, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd180): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd180): >openPending: err= 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494709260 item 96 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd180): >_writeAt: n=5, err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd180): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.628575373 +0000 UTC m=+30.902254455 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd180): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/11 04:54:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/11 04:54:26 DEBUG : open-test-file: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd880): _readAt: size=512, off=0 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd880): openPending: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd880): >openPending: err= 2026/04/11 04:54:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd880): >_readAt: n=5, err=EOF 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd880): close: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-11 04:54:26.628575373 +0000 UTC m=+30.902254455 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : open-test-file(0x594948cd880): >close: err= 2026/04/11 04:54:26 DEBUG : open-test-file: Remove: 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x59494709490 item 96 2026/04/11 04:54:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/11 04:54:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/11 04:54:26 DEBUG : open-test-file: >Remove: err= 2026/04/11 04:54:26 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : >WaitForWriters: 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.29s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.01s) --- 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.01s) --- 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:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:26 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:26 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:26 DEBUG : file1: newRWFileHandle: 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): openPending: 2026/04/11 04:54:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): >openPending: err= 2026/04/11 04:54:26 DEBUG : file1: >newRWFileHandle: err= 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/11 04:54:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): _writeAt: size=2, off=0 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): >_writeAt: n=2, err= 2026/04/11 04:54:26 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): RWFileHandle.Flush 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): RWFileHandle.Release 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): close: 2026/04/11 04:54:26 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/11 04:54:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:26 DEBUG : file1(0x594948e4000): >close: err= 2026/04/11 04:54:26 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : file1: reading active writers 2026/04/11 04:54:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : file1: reading active writers 2026/04/11 04:54:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : file1: reading active writers 2026/04/11 04:54:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : file1: reading active writers 2026/04/11 04:54:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:26 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:26 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:26 DEBUG : file1: vfs cache: starting upload 2026/04/11 04:54:26 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1.a0a9169e.partial" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1.a0a9169e.partial 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1.a0a9169e.partial" 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : file1: reading active writers 2026/04/11 04:54:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-puzehuv9rile/file1.a0a9169e.partial 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:26 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/11 04:54:26 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/11 04:54:26 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/11 04:54:26 INFO : file1: Copied (new) 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:26 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/11 04:54:26 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/11 04:54:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/11 04:54:26 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/11 04:54:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:26 INFO : file1: vfs cache: upload succeeded try #1 2026/04/11 04:54:26 DEBUG : Looking for writers 2026/04/11 04:54:26 DEBUG : file1: reading active writers 2026/04/11 04:54:26 DEBUG : >WaitForWriters: 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:26 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:27 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:27 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile/dir/file1: no such file or directory 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:27 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:27 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/11 04:54:27 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:27 DEBUG : Looking for writers 2026/04/11 04:54:27 DEBUG : file1: reading active writers 2026/04/11 04:54:27 DEBUG : >WaitForWriters: 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:27 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:27 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:27 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:27 DEBUG : rename_me: newRWFileHandle: 2026/04/11 04:54:27 DEBUG : rename_me(0x59494a2cd00): openPending: 2026/04/11 04:54:27 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/11 04:54:27 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/11 04:54:27 DEBUG : rename_me(0x59494a2cd00): >openPending: err= 2026/04/11 04:54:27 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/11 04:54:27 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/11 04:54:27 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/11 04:54:27 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/11 04:54:27 DEBUG : rename_me(0x59494a2cd00): _writeAt: size=5, off=0 2026/04/11 04:54:27 DEBUG : rename_me(0x59494a2cd00): >_writeAt: n=5, err= 2026/04/11 04:54:27 DEBUG : rename_me(0x59494a2cd00): close: 2026/04/11 04:54:27 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-11 04:54:27.154785688 +0000 UTC m=+31.428464761 2026/04/11 04:54:27 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/11 04:54:27 DEBUG : rename_me(0x59494a2cd00): >close: err= 2026/04/11 04:54:27 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/11 04:54:27 DEBUG : i_was_renamed: Updating file with 0x5949498f980 2026/04/11 04:54:27 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/11 04:54:27 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/11 04:54:27 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:27 DEBUG : Looking for writers 2026/04/11 04:54:27 DEBUG : i_was_renamed: reading active writers 2026/04/11 04:54:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/11 04:54:27 DEBUG : Looking for writers 2026/04/11 04:54:27 DEBUG : i_was_renamed: reading active writers 2026/04/11 04:54:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/11 04:54:27 DEBUG : Looking for writers 2026/04/11 04:54:27 DEBUG : i_was_renamed: reading active writers 2026/04/11 04:54:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/11 04:54:27 DEBUG : Looking for writers 2026/04/11 04:54:27 DEBUG : i_was_renamed: reading active writers 2026/04/11 04:54:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/11 04:54:27 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/11 04:54:27 DEBUG : i_was_renamed.ebda9a6a.partial: size = 5 OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/i_was_renamed.ebda9a6a.partial" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/i_was_renamed.ebda9a6a.partial 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/i_was_renamed.ebda9a6a.partial" 2026/04/11 04:54:27 DEBUG : Looking for writers 2026/04/11 04:54:27 DEBUG : i_was_renamed: reading active writers 2026/04/11 04:54:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/i_was_renamed.ebda9a6a.partial 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:27 DEBUG : i_was_renamed.ebda9a6a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:27 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:27 DEBUG : i_was_renamed.ebda9a6a.partial: renamed to: i_was_renamed 2026/04/11 04:54:27 INFO : i_was_renamed: Copied (new) 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/i_was_renamed" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/i_was_renamed 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/i_was_renamed" 2026/04/11 04:54:27 DEBUG : Looking for writers 2026/04/11 04:54:27 DEBUG : i_was_renamed: reading active writers 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/i_was_renamed 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:27 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:27 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-11 04:54:27 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/11 04:54:27 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/11 04:54:27 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/11 04:54:27 DEBUG : >WaitForWriters: 2026/04/11 04:54:27 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:27 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/11 04:54:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-puzehuv9rile" 2026/04/11 04:54:27 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : forgetting directory cache 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate(0x59494ccc100): _readAt: size=512, off=0 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate(0x59494ccc100): openPending: 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-11 03:55:27 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/11 04:54:27 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate(0x59494ccc100): >openPending: err= 2026/04/11 04:54:27 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate(0x59494ccc100): >_readAt: n=20, err=EOF 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate(0x59494ccc100): close: 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 03:55:27 +0000 UTC 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate(0x59494ccc100): >close: err= 2026/04/11 04:54:27 DEBUG : Re-reading directory (106.524194ms old) 2026/04/11 04:54:27 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:27 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : forgetting directory cache 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x594948e5300): _readAt: size=512, off=0 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x594948e5300): openPending: 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-11 03:56:27 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-11 03:55:27 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-11 03:56:27 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-11 03:55:27 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/11 04:54:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/11 04:54:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x594948e5300): >openPending: err= 2026/04/11 04:54:28 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x594948e5300): >_readAt: n=20, err=EOF 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x594948e5300): close: 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 03:56:27 +0000 UTC 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x594948e5300): >close: err= 2026/04/11 04:54:28 DEBUG : Re-reading directory (117.609256ms old) 2026/04/11 04:54:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/11 04:54:28 DEBUG : forgetting directory cache 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x5949477e200): _readAt: size=512, off=0 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x5949477e200): openPending: 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-11 03:57:27 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-11 03:56:27 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-11 03:57:27 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-11 03:56:27 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/11 04:54:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/11 04:54:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x5949477e200): >openPending: err= 2026/04/11 04:54:28 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x5949477e200): >_readAt: n=20, err=EOF 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x5949477e200): close: 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 03:57:27 +0000 UTC 2026/04/11 04:54:28 DEBUG : TestRWCacheUpdate(0x5949477e200): >close: err= 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:28 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : forgetting directory cache 2026/04/11 04:54:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x594948e4500): _readAt: size=512, off=0 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x594948e4500): openPending: 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-11 03:58:27 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-11 03:57:27 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-11 03:58:27 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-11 03:57:27 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/11 04:54:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/11 04:54:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x594948e4500): >openPending: err= 2026/04/11 04:54:29 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x594948e4500): >_readAt: n=20, err=EOF 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x594948e4500): close: 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 03:58:27 +0000 UTC 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x594948e4500): >close: err= 2026/04/11 04:54:29 DEBUG : Re-reading directory (104.0452ms old) 2026/04/11 04:54:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : forgetting directory cache 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x5949477ed80): _readAt: size=512, off=0 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x5949477ed80): openPending: 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-11 03:59:27 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-11 03:58:27 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-11 03:59:27 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-11 03:58:27 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/11 04:54:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/11 04:54:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x5949477ed80): >openPending: err= 2026/04/11 04:54:29 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x5949477ed80): >_readAt: n=20, err=EOF 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x5949477ed80): close: 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 03:59:27 +0000 UTC 2026/04/11 04:54:29 DEBUG : TestRWCacheUpdate(0x5949477ed80): >close: err= 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:29 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : forgetting directory cache 2026/04/11 04:54:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494b0aa80): _readAt: size=512, off=0 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494b0aa80): openPending: 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-11 04:00:27 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-11 03:59:27 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-11 04:00:27 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-11 03:59:27 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/11 04:54:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/11 04:54:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494b0aa80): >openPending: err= 2026/04/11 04:54:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494b0aa80): >_readAt: n=20, err=EOF 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494b0aa80): close: 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 04:00:27 +0000 UTC 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494b0aa80): >close: err= 2026/04/11 04:54:30 DEBUG : Re-reading directory (106.620835ms old) 2026/04/11 04:54:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/11 04:54:30 DEBUG : forgetting directory cache 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494580b40): _readAt: size=512, off=0 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494580b40): openPending: 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-11 04:01:27 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-11 04:00:27 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-11 04:01:27 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-11 04:00:27 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/11 04:54:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/11 04:54:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494580b40): >openPending: err= 2026/04/11 04:54:30 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494580b40): >_readAt: n=21, err=EOF 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494580b40): close: 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 04:01:27 +0000 UTC 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate(0x59494580b40): >close: err= 2026/04/11 04:54:30 DEBUG : Re-reading directory (101.617573ms old) 2026/04/11 04:54:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:30 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : forgetting directory cache 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x594948e5d80): _readAt: size=512, off=0 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x594948e5d80): openPending: 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-11 04:02:27 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-11 04:01:27 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-11 04:02:27 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-11 04:01:27 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/11 04:54:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/11 04:54:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x594948e5d80): >openPending: err= 2026/04/11 04:54:31 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x594948e5d80): >_readAt: n=22, err=EOF 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x594948e5d80): close: 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 04:02:27 +0000 UTC 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x594948e5d80): >close: err= 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : forgetting directory cache 2026/04/11 04:54:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x59494581440): _readAt: size=512, off=0 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x59494581440): openPending: 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-11 04:03:27 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-11 04:02:27 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-11 04:03:27 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-11 04:02:27 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/11 04:54:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/11 04:54:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x59494581440): >openPending: err= 2026/04/11 04:54:31 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x59494581440): >_readAt: n=23, err=EOF 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x59494581440): close: 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 04:03:27 +0000 UTC 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate(0x59494581440): >close: err= 2026/04/11 04:54:31 DEBUG : Re-reading directory (101.347301ms old) 2026/04/11 04:54:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:31 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/11 04:54:32 DEBUG : forgetting directory cache 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate(0x59494e24780): _readAt: size=512, off=0 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate(0x59494e24780): openPending: 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/TestRWCacheUpdate" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-puzehuv9rile/TestRWCacheUpdate 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-11 04:04:27 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-11 04:03:27 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-11 04:04:27 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-11 04:03:27 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/11 04:54:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/11 04:54:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate(0x59494e24780): >openPending: err= 2026/04/11 04:54:32 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate(0x59494e24780): >_readAt: n=24, err=EOF 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate(0x59494e24780): close: 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-11 04:04:27 +0000 UTC 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate(0x59494e24780): >close: err= 2026/04/11 04:54:32 DEBUG : Re-reading directory (106.859317ms old) 2026/04/11 04:54:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/11 04:54:32 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:32 DEBUG : Looking for writers 2026/04/11 04:54:32 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/11 04:54:32 DEBUG : >WaitForWriters: 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.95s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : forgetting directory cache 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/11 04:54:32 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:32 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:32 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:32 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:32 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:32 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:32 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:32 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/11 04:54:32 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:32 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:32 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:32 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:32 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:32 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:32 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/11 04:54:32 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:32 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:32 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:32 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:32 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:32 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:32 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:32 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/11 04:54:32 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/11 04:54:32 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/11 04:54:32 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:32 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:32 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/11 04:54:33 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/11 04:54:33 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/11 04:54:33 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/FiLeA" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-puzehuv9rile/FiLeA 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/11 04:54:33 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/11 04:54:33 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/11 04:54:33 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FiLeB" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-puzehuv9rile/FiLeB 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/11 04:54:33 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/11 04:54:33 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/11 04:54:33 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/FilEb" 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-puzehuv9rile/FilEb 2026/04/11 04:54:33 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:33 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/11 04:54:33 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/11 04:54:33 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/11 04:54:33 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/11 04:54:33 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/11 04:54:33 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:33 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:33 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:33 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/11 04:54:33 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/11 04:54:33 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/11 04:54:33 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/11 04:54:33 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/11 04:54:33 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:33 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:33 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:33 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:33 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:33 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:33 DEBUG : Looking for writers 2026/04/11 04:54:33 DEBUG : FiLeA: reading active writers 2026/04/11 04:54:33 DEBUG : FiLeB: reading active writers 2026/04/11 04:54:33 DEBUG : FilEb: reading active writers 2026/04/11 04:54:33 DEBUG : >WaitForWriters: 2026/04/11 04:54:33 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:33 DEBUG : Looking for writers 2026/04/11 04:54:33 DEBUG : FiLeA: reading active writers 2026/04/11 04:54:33 DEBUG : FiLeB: reading active writers 2026/04/11 04:54:33 DEBUG : FilEb: reading active writers 2026/04/11 04:54:33 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.57s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/normal name with no special characters.txt" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/normal\ name\ with\ no\ special\ characters.txt 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/normal\ name\ with\ no\ special\ characters.txt" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-puzehuv9rile/normal name with no special characters.txt 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/normal name with no special characters.txt" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/normal\ name\ with\ no\ special\ characters.txt 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/normal\ name\ with\ no\ special\ characters.txt" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-puzehuv9rile/normal name with no special characters.txt 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/測試_Русский___ě_áñ" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/測試_Русский___ě_áñ 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/測試_Русский___ě_áñ" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-puzehuv9rile/測試_Русский___ě_áñ 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/測試_Русский___ě_áñ" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/測試_Русский___ě_áñ 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/測試_Русский___ě_áñ" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-puzehuv9rile/測試_Русский___ě_áñ 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/11 04:54:34 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/normal name with no special characters.txt" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/normal\ name\ with\ no\ special\ characters.txt 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/normal\ name\ with\ no\ special\ characters.txt" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-puzehuv9rile/normal name with no special characters.txt 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/測試_Русский___ě_áñ" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/測試_Русский___ě_áñ 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/測試_Русский___ě_áñ" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-puzehuv9rile/測試_Русский___ě_áñ 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:34 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:34 DEBUG : Looking for writers 2026/04/11 04:54:34 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/11 04:54:34 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/11 04:54:34 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:34 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Reusing VFS from active cache 2026/04/11 04:54:34 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:34 DEBUG : Looking for writers 2026/04/11 04:54:34 DEBUG : >WaitForWriters: 2026/04/11 04:54:34 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:34 DEBUG : Looking for writers 2026/04/11 04:54:34 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:34 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:34 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:34 DEBUG : Looking for writers 2026/04/11 04:54:34 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:34 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:34 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:34 DEBUG : Looking for writers 2026/04/11 04:54:34 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:34 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:34 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:34 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/11 04:54:35 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:35 DEBUG : dir: Looking for writers 2026/04/11 04:54:35 DEBUG : file2: reading active writers 2026/04/11 04:54:35 DEBUG : Looking for writers 2026/04/11 04:54:35 DEBUG : dir: reading active writers 2026/04/11 04:54:35 DEBUG : file1: reading active writers 2026/04/11 04:54:35 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.41s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:35 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/11 04:54:35 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:35 DEBUG : dir: Looking for writers 2026/04/11 04:54:35 DEBUG : Looking for writers 2026/04/11 04:54:35 DEBUG : dir: reading active writers 2026/04/11 04:54:35 DEBUG : file1: reading active writers 2026/04/11 04:54:35 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.39s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:35 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/11 04:54:35 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:35 DEBUG : file1: Open: flags=O_RDONLY 2026/04/11 04:54:35 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/11 04:54:35 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/11 04:54:35 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:35 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:35 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/11 04:54:35 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (0 bytes), uploading instead of streaming 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/new_file.txt" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/new_file.txt 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/new_file.txt" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/dir/new_file.txt 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/11 04:54:35 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/11 04:54:35 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/11 04:54:35 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:35 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/11 04:54:35 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:35 DEBUG : dir: Looking for writers 2026/04/11 04:54:35 DEBUG : file2: reading active writers 2026/04/11 04:54:35 DEBUG : new_file.txt: reading active writers 2026/04/11 04:54:35 DEBUG : Looking for writers 2026/04/11 04:54:35 DEBUG : dir: reading active writers 2026/04/11 04:54:35 DEBUG : file1: reading active writers 2026/04/11 04:54:35 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.52s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:35 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:35 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file2" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-puzehuv9rile/dir/file2 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/11 04:54:36 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/11 04:54:36 DEBUG : dir/file1: Updating file with dir/file1 0x59494bb20c0 2026/04/11 04:54:36 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/11 04:54:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/dir/file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-puzehuv9rile/dir/file1 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/11 04:54:36 INFO : dir/file1: Moved (server-side) to: file0 2026/04/11 04:54:36 DEBUG : file0: Updating file with file0 0x59494bb20c0 2026/04/11 04:54:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file0" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file0 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file0" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-puzehuv9rile/file0 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file0" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file0 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file0" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-puzehuv9rile/file0 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/11 04:54:36 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:36 DEBUG : dir: Looking for writers 2026/04/11 04:54:36 DEBUG : Looking for writers 2026/04/11 04:54:36 DEBUG : dir: reading active writers 2026/04/11 04:54:36 DEBUG : file0: reading active writers 2026/04/11 04:54:36 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.59s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:36 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Server has VFS statistics extension 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: About path "/rclone-test-puzehuv9rile" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: About path "/rclone-test-puzehuv9rile" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: About using shell command for shell type "unix" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: df -k /rclone-test-puzehuv9rile 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: 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-puzehuv9rile" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 138397436 12375572 88% / 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:36 DEBUG : Looking for writers 2026/04/11 04:54:36 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.06s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:36 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/11 04:54:36 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:36 DEBUG : b: Looking for writers 2026/04/11 04:54:36 DEBUG : c: Looking for writers 2026/04/11 04:54:36 DEBUG : d: Looking for writers 2026/04/11 04:54:36 DEBUG : Looking for writers 2026/04/11 04:54:36 DEBUG : a: Looking for writers 2026/04/11 04:54:36 DEBUG : Looking for writers 2026/04/11 04:54:36 DEBUG : b: reading active writers 2026/04/11 04:54:36 DEBUG : c: reading active writers 2026/04/11 04:54:36 DEBUG : d: reading active writers 2026/04/11 04:54:36 DEBUG : /: reading active writers 2026/04/11 04:54:36 DEBUG : a: reading active writers 2026/04/11 04:54:36 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:36 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/11 04:54:36 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/11 04:54:36 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/11 04:54:36 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/11 04:54:36 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:36 DEBUG : a/b/c/d: Looking for writers 2026/04/11 04:54:36 DEBUG : a/b/c: Looking for writers 2026/04/11 04:54:36 DEBUG : d: reading active writers 2026/04/11 04:54:36 DEBUG : a/b: Looking for writers 2026/04/11 04:54:36 DEBUG : c: reading active writers 2026/04/11 04:54:36 DEBUG : a: Looking for writers 2026/04/11 04:54:36 DEBUG : b: reading active writers 2026/04/11 04:54:36 DEBUG : Looking for writers 2026/04/11 04:54:36 DEBUG : a: reading active writers 2026/04/11 04:54:36 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:36 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:36 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:36 DEBUG : Looking for writers 2026/04/11 04:54:36 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:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:36 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:36 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/11 04:54:36 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/11 04:54:36 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (5 bytes), uploading instead of streaming 2026/04/11 04:54:36 DEBUG : file1: size = 5 OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:36 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:36 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:36 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:37 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/11 04:54:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:37 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/11 04:54:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/11 04:54:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (0 bytes), uploading instead of streaming 2026/04/11 04:54:37 DEBUG : file1: size = 0 OK 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:37 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:37 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/11 04:54:37 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/11 04:54:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (7 bytes), uploading instead of streaming 2026/04/11 04:54:37 DEBUG : file1: size = 7 OK 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:37 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:37 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/11 04:54:37 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/11 04:54:37 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:37 DEBUG : Looking for writers 2026/04/11 04:54:37 DEBUG : file1: reading active writers 2026/04/11 04:54:37 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.51s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:37 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:37 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/11 04:54:38 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/11 04:54:38 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/11 04:54:38 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (11 bytes), uploading instead of streaming 2026/04/11 04:54:38 DEBUG : file1: size = 11 OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:38 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:38 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/11 04:54:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:38 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:38 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/11 04:54:38 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:38 DEBUG : Looking for writers 2026/04/11 04:54:38 DEBUG : file1: reading active writers 2026/04/11 04:54:38 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.29s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:38 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (5 bytes), uploading instead of streaming 2026/04/11 04:54:38 DEBUG : file1: size = 5 OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:38 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/11 04:54:38 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/11 04:54:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/11 04:54:38 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:38 DEBUG : Looking for writers 2026/04/11 04:54:38 DEBUG : file1: reading active writers 2026/04/11 04:54:38 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:38 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : file1: WriteFileHandle.Release closing 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (0 bytes), uploading instead of streaming 2026/04/11 04:54:38 DEBUG : file1: size = 0 OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:38 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:38 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/11 04:54:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/11 04:54:38 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:38 DEBUG : Looking for writers 2026/04/11 04:54:38 DEBUG : file1: reading active writers 2026/04/11 04:54:38 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:38 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (2 bytes), uploading instead of streaming 2026/04/11 04:54:38 DEBUG : file1: size = 2 OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:38 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/11 04:54:38 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/11 04:54:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:38 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:38 DEBUG : Looking for writers 2026/04/11 04:54:38 DEBUG : file1: reading active writers 2026/04/11 04:54:38 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.06s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:38 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (0 bytes), uploading instead of streaming 2026/04/11 04:54:38 DEBUG : file1: size = 0 OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:38 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/11 04:54:38 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/11 04:54:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:38 DEBUG : file1: Open: flags=O_RDONLY 2026/04/11 04:54:38 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/11 04:54:38 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/11 04:54:38 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:38 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:38 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:38 DEBUG : Looking for writers 2026/04/11 04:54:38 DEBUG : file1: reading active writers 2026/04/11 04:54:38 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.06s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:38 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/11 04:54:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/11 04:54:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: File to upload is small (100 bytes), uploading instead of streaming 2026/04/11 04:54:38 DEBUG : file1: size = 100 OK 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:38 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/file1" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: b551c58bad8909d5f61e5c2839ea62cb /rclone-test-puzehuv9rile/file1 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : file1: Parsed hash: b551c58bad8909d5f61e5c2839ea62cb 2026/04/11 04:54:39 DEBUG : file1: md5 = b551c58bad8909d5f61e5c2839ea62cb OK 2026/04/11 04:54:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/11 04:54:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/11 04:54:39 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/11 04:54:39 DEBUG : file1: Open: flags=O_RDONLY 2026/04/11 04:54:39 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/11 04:54:39 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/11 04:54:39 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:39 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:39 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:39 DEBUG : Looking for writers 2026/04/11 04:54:39 DEBUG : file1: reading active writers 2026/04/11 04:54:39 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.06s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:39 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f000.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f000.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f000.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-puzehuv9rile/flat/f000.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f000.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/flat/f000.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/flat/f000.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-puzehuv9rile/flat/f000.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f001.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f001.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f001.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-puzehuv9rile/flat/f001.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f001.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/flat/f001.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/flat/f001.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-puzehuv9rile/flat/f001.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f002.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f002.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f002.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-puzehuv9rile/flat/f002.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f002.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/flat/f002.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/flat/f002.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-puzehuv9rile/flat/f002.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f003.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f003.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f003.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-puzehuv9rile/flat/f003.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f003.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/flat/f003.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/flat/f003.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-puzehuv9rile/flat/f003.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f004.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f004.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f004.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-puzehuv9rile/flat/f004.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:39 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f004.txt" 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: sha1sum /rclone-test-puzehuv9rile/flat/f004.txt 2026/04/11 04:54:39 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-puzehuv9rile/flat/f004.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-puzehuv9rile/flat/f004.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/11 04:54:40 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/11 04:54:40 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f000.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f000.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f000.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-puzehuv9rile/flat/f000.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/11 04:54:40 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/11 04:54:40 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f001.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f001.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f001.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-puzehuv9rile/flat/f001.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/11 04:54:40 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/11 04:54:40 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f002.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f002.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f002.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-puzehuv9rile/flat/f002.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/11 04:54:40 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/11 04:54:40 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f003.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f003.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f003.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-puzehuv9rile/flat/f003.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/11 04:54:40 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/11 04:54:40 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/flat/f004.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/flat/f004.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/flat/f004.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-puzehuv9rile/flat/f004.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/11 04:54:40 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:40 DEBUG : flat: Looking for writers 2026/04/11 04:54:40 DEBUG : f004.txt: reading active writers 2026/04/11 04:54:40 DEBUG : f000.txt: reading active writers 2026/04/11 04:54:40 DEBUG : f001.txt: reading active writers 2026/04/11 04:54:40 DEBUG : f002.txt: reading active writers 2026/04/11 04:54:40 DEBUG : f003.txt: reading active writers 2026/04/11 04:54:40 DEBUG : Looking for writers 2026/04/11 04:54:40 DEBUG : flat: reading active writers 2026/04/11 04:54:40 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.46s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:40 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:40 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/11 04:54:40 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/a/b/c/deep.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/a/b/c/deep.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/a/b/c/deep.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-puzehuv9rile/a/b/c/deep.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/11 04:54:40 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/11 04:54:40 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/a/b/mid.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/a/b/mid.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/a/b/mid.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-puzehuv9rile/a/b/mid.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/11 04:54:40 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/11 04:54:40 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/11 04:54:40 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:40 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/a/top.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/a/top.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/a/top.txt" 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-puzehuv9rile/a/top.txt 2026/04/11 04:54:40 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:40 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/11 04:54:40 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:40 DEBUG : a/b/c: Looking for writers 2026/04/11 04:54:40 DEBUG : deep.txt: reading active writers 2026/04/11 04:54:40 DEBUG : a/b: Looking for writers 2026/04/11 04:54:40 DEBUG : c: reading active writers 2026/04/11 04:54:40 DEBUG : mid.txt: reading active writers 2026/04/11 04:54:40 DEBUG : a: Looking for writers 2026/04/11 04:54:40 DEBUG : b: reading active writers 2026/04/11 04:54:40 DEBUG : top.txt: reading active writers 2026/04/11 04:54:40 DEBUG : Looking for writers 2026/04/11 04:54:40 DEBUG : a: reading active writers 2026/04/11 04:54:40 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:40 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/bigdir/big.bin" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/bigdir/big.bin 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/bigdir/big.bin" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 291bb3df008bf1f6c10fa1a875e87720 /rclone-test-puzehuv9rile/bigdir/big.bin 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:41 DEBUG : bigdir/big.bin: Parsed hash: 291bb3df008bf1f6c10fa1a875e87720 2026/04/11 04:54:41 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:41 DEBUG : bigdir: Looking for writers 2026/04/11 04:54:41 DEBUG : big.bin: reading active writers 2026/04/11 04:54:41 DEBUG : Looking for writers 2026/04/11 04:54:41 DEBUG : bigdir: reading active writers 2026/04/11 04:54:41 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.86s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-puzehuv9rile", Local "Local file system at /tmp/rclone4283630662", Modify Window "1s" 2026/04/11 04:54:41 INFO : sftp://rclone@:22/rclone-test-puzehuv9rile: poll-interval is not supported by this remote 2026/04/11 04:54:41 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/11 04:54:41 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/11 04:54:41 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:41 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir1/a.txt" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir1/a.txt 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir1/a.txt" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-puzehuv9rile/dir1/a.txt 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:41 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/11 04:54:41 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/11 04:54:41 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/11 04:54:41 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:41 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir2/b.txt" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir2/b.txt 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir2/b.txt" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: 415290769594460e2e485922904f345d /rclone-test-puzehuv9rile/dir2/b.txt 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:41 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/11 04:54:41 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/11 04:54:41 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/11 04:54:41 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/11 04:54:41 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Shell path "/rclone-test-puzehuv9rile/dir3/c.txt" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: creating additional session 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Running remote command: md5sum /rclone-test-puzehuv9rile/dir3/c.txt 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-puzehuv9rile/dir3/c.txt" 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: command exited OK 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-puzehuv9rile/dir3/c.txt 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: ssh external: close 2026/04/11 04:54:41 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/11 04:54:41 DEBUG : WaitForWriters: timeout=30s 2026/04/11 04:54:41 DEBUG : dir1: Looking for writers 2026/04/11 04:54:41 DEBUG : a.txt: reading active writers 2026/04/11 04:54:41 DEBUG : dir2: Looking for writers 2026/04/11 04:54:41 DEBUG : b.txt: reading active writers 2026/04/11 04:54:41 DEBUG : dir3: Looking for writers 2026/04/11 04:54:41 DEBUG : c.txt: reading active writers 2026/04/11 04:54:41 DEBUG : Looking for writers 2026/04/11 04:54:41 DEBUG : dir1: reading active writers 2026/04/11 04:54:41 DEBUG : dir2: reading active writers 2026/04/11 04:54:41 DEBUG : dir3: reading active writers 2026/04/11 04:54:41 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.29s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/11 04:54:41 DEBUG : sftp://rclone@:22/rclone-test-puzehuv9rile: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.272148323s (try 1/5)