"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/26 01:11:02 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-ceqofel5wabe" 2026/04/26 01:11:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/26 01:11:02 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/26 01:11:02 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/26 01:11:02 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/26 01:11:02 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/26 01:11:02 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/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: 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/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell type "unix" from config 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Relative path resolved to "/rclone-test-ceqofel5wabe" 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Using root directory "/rclone-test-ceqofel5wabe" 2026/04/26 01:11:02 DEBUG : Creating backend with remote "/tmp/rclone2946902110" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:02 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:02 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:03 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:03 DEBUG : dir: Looking for writers 2026/04/26 01:11:03 DEBUG : Looking for writers 2026/04/26 01:11:03 DEBUG : dir: reading active writers 2026/04/26 01:11:03 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:03 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/26 01:11:03 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:03 DEBUG : dir/subdir: Looking for writers 2026/04/26 01:11:03 DEBUG : dir: Looking for writers 2026/04/26 01:11:03 DEBUG : file1: reading active writers 2026/04/26 01:11:03 DEBUG : file2: reading active writers 2026/04/26 01:11:03 DEBUG : subdir: reading active writers 2026/04/26 01:11:03 DEBUG : Looking for writers 2026/04/26 01:11:03 DEBUG : dir: reading active writers 2026/04/26 01:11:03 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:03 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:03 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:03 DEBUG : dir: Looking for writers 2026/04/26 01:11:03 DEBUG : file1: reading active writers 2026/04/26 01:11:03 DEBUG : Looking for writers 2026/04/26 01:11:03 DEBUG : dir: reading active writers 2026/04/26 01:11:03 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:03 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:03 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:04 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:04 DEBUG : dir: Looking for writers 2026/04/26 01:11:04 DEBUG : Looking for writers 2026/04/26 01:11:04 DEBUG : dir: reading active writers 2026/04/26 01:11:04 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.20s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:04 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:04 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:04 DEBUG : forgetting directory cache 2026/04/26 01:11:04 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:04 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:04 DEBUG : Looking for writers 2026/04/26 01:11:04 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.20s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:04 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:04 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/26 01:11:04 DEBUG : dir: invalidating directory cache 2026/04/26 01:11:04 DEBUG : >ForgetPath: 2026/04/26 01:11:04 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/26 01:11:04 DEBUG : invalidating directory cache 2026/04/26 01:11:04 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:04 DEBUG : >ForgetPath: 2026/04/26 01:11:04 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/26 01:11:04 DEBUG : >ForgetPath: 2026/04/26 01:11:04 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:04 DEBUG : dir: Looking for writers 2026/04/26 01:11:04 DEBUG : Looking for writers 2026/04/26 01:11:04 DEBUG : dir: reading active writers 2026/04/26 01:11:04 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.17s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:04 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: 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/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/fil/a/b/c" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/fil/a/b/c 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/fil/a/b/c" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-ceqofel5wabe/fil/a/b/c 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/fil/a/b/c" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/fil/a/b/c 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/fil/a/b/c" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-ceqofel5wabe/fil/a/b/c 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:04 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:05 DEBUG : forgetting directory cache 2026/04/26 01:11:05 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:05 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:05 DEBUG : fil/a/b: Looking for writers 2026/04/26 01:11:05 DEBUG : fil/a: Looking for writers 2026/04/26 01:11:05 DEBUG : b: reading active writers 2026/04/26 01:11:05 DEBUG : fil: Looking for writers 2026/04/26 01:11:05 DEBUG : a: reading active writers 2026/04/26 01:11:05 DEBUG : dir: Looking for writers 2026/04/26 01:11:05 DEBUG : Looking for writers 2026/04/26 01:11:05 DEBUG : dir: reading active writers 2026/04/26 01:11:05 DEBUG : fil: reading active writers 2026/04/26 01:11:05 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.62s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:05 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:05 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:05 DEBUG : dir: Looking for writers 2026/04/26 01:11:05 DEBUG : Looking for writers 2026/04/26 01:11:05 DEBUG : dir: reading active writers 2026/04/26 01:11:05 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.17s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:05 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:05 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:05 DEBUG : dir: Looking for writers 2026/04/26 01:11:05 DEBUG : file1: reading active writers 2026/04/26 01:11:05 DEBUG : Looking for writers 2026/04/26 01:11:05 DEBUG : dir: reading active writers 2026/04/26 01:11:05 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:05 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:05 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:05 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/subdir/file3" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-ceqofel5wabe/dir/subdir/file3 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/26 01:11:06 DEBUG : Waiting for deletions to finish 2026/04/26 01:11:06 INFO : dir/subdir/file3: Deleted 2026/04/26 01:11:06 DEBUG : removing 1 level 2 directories 2026/04/26 01:11:06 INFO : dir/subdir: Removing directory 2026/04/26 01:11:06 DEBUG : dir: invalidating directory cache 2026/04/26 01:11:06 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/26 01:11:06 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/26 01:11:06 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/26 01:11:06 DEBUG : dir/file1: Reset virtual modtime 2026/04/26 01:11:06 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/26 01:11:06 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:06 DEBUG : dir: invalidating directory cache 2026/04/26 01:11:06 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/26 01:11:06 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/26 01:11:06 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/26 01:11:06 DEBUG : forgetting directory cache 2026/04/26 01:11:06 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:06 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/26 01:11:06 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:06 DEBUG : dir/virtualDir: Looking for writers 2026/04/26 01:11:06 DEBUG : dir: Looking for writers 2026/04/26 01:11:06 DEBUG : file1: reading active writers 2026/04/26 01:11:06 DEBUG : virtualFile2: reading active writers 2026/04/26 01:11:06 DEBUG : virtualFile: reading active writers 2026/04/26 01:11:06 DEBUG : virtualDir: reading active writers 2026/04/26 01:11:06 DEBUG : Looking for writers 2026/04/26 01:11:06 DEBUG : dir: reading active writers 2026/04/26 01:11:06 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.63s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:06 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:06 ERROR : dir/: Can only open directories read only 2026/04/26 01:11:06 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:06 DEBUG : dir: Looking for writers 2026/04/26 01:11:06 DEBUG : Looking for writers 2026/04/26 01:11:06 DEBUG : dir: reading active writers 2026/04/26 01:11:06 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.17s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:06 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:06 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/26 01:11:06 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (5 bytes), uploading instead of streaming 2026/04/26 01:11:06 DEBUG : dir/potato: size = 5 OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/potato" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/potato 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/potato" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/dir/potato 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:06 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:06 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/26 01:11:06 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:06 DEBUG : dir: Looking for writers 2026/04/26 01:11:06 DEBUG : file1: reading active writers 2026/04/26 01:11:06 DEBUG : potato: reading active writers 2026/04/26 01:11:06 DEBUG : Looking for writers 2026/04/26 01:11:06 DEBUG : dir: reading active writers 2026/04/26 01:11:06 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.44s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:06 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:06 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:06 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:07 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:07 DEBUG : dir/sub: Looking for writers 2026/04/26 01:11:07 DEBUG : dir: Looking for writers 2026/04/26 01:11:07 DEBUG : file1: reading active writers 2026/04/26 01:11:07 DEBUG : sub: reading active writers 2026/04/26 01:11:07 DEBUG : Looking for writers 2026/04/26 01:11:07 DEBUG : dir: reading active writers 2026/04/26 01:11:07 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.47s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:07 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:07 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/26 01:11:07 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:07 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:07 DEBUG : dir/sub/subsub: Looking for writers 2026/04/26 01:11:07 DEBUG : dir/sub: Looking for writers 2026/04/26 01:11:07 DEBUG : subsub: reading active writers 2026/04/26 01:11:07 DEBUG : dir: Looking for writers 2026/04/26 01:11:07 DEBUG : file1: reading active writers 2026/04/26 01:11:07 DEBUG : sub: reading active writers 2026/04/26 01:11:07 DEBUG : Looking for writers 2026/04/26 01:11:07 DEBUG : dir: reading active writers 2026/04/26 01:11:07 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.37s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:07 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:07 ERROR : dir/: Dir.Remove not empty 2026/04/26 01:11:07 DEBUG : dir/file1: Remove: 2026/04/26 01:11:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:07 DEBUG : dir/file1: >Remove: err= 2026/04/26 01:11:07 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/26 01:11:07 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:07 DEBUG : Looking for writers 2026/04/26 01:11:07 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:07 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:07 DEBUG : dir/file1: Remove: 2026/04/26 01:11:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:07 DEBUG : dir/file1: >Remove: err= 2026/04/26 01:11:07 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/26 01:11:07 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:07 DEBUG : Looking for writers 2026/04/26 01:11:07 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.22s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:07 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:07 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:08 DEBUG : dir/file1: Remove: 2026/04/26 01:11:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:08 DEBUG : dir/file1: >Remove: err= 2026/04/26 01:11:08 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:08 DEBUG : dir: Looking for writers 2026/04/26 01:11:08 DEBUG : Looking for writers 2026/04/26 01:11:08 DEBUG : dir: reading active writers 2026/04/26 01:11:08 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:08 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file3" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file3 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file3" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-ceqofel5wabe/dir/file3 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file3" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file3 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file3" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-ceqofel5wabe/dir/file3 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/26 01:11:08 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/26 01:11:08 DEBUG : dir: Updating dir with dir2 0x3bc586ce69c0 2026/04/26 01:11:08 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:08 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/26 01:11:08 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir2/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir2/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir2/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:08 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file1" 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir2/file1 2026/04/26 01:11:08 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir2/file1" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir2/file1 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/26 01:11:09 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/26 01:11:09 DEBUG : file2: Updating file with file2 0x3bc586f04a90 2026/04/26 01:11:09 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:09 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/26 01:11:09 INFO : dir2/file3: Deleted 2026/04/26 01:11:09 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/26 01:11:09 DEBUG : dir2/file3: Updating file with dir2/file3 0x3bc586f04a90 2026/04/26 01:11:09 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/26 01:11:09 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir2/file3" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir2/file3 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:09 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:09 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/26 01:11:09 DEBUG : empty directory: Updating dir with renamed empty directory 0x3bc5871c16c0 2026/04/26 01:11:09 DEBUG : empty directory: forgetting directory cache 2026/04/26 01:11:09 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/26 01:11:09 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/26 01:11:09 DEBUG : dir2: Renaming to "dir3" 2026/04/26 01:11:09 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:09 DEBUG : dir3: Looking for writers 2026/04/26 01:11:09 DEBUG : file3: reading active writers 2026/04/26 01:11:09 DEBUG : renamed empty directory: Looking for writers 2026/04/26 01:11:09 DEBUG : Looking for writers 2026/04/26 01:11:09 DEBUG : dir3: reading active writers 2026/04/26 01:11:09 DEBUG : renamed empty directory: reading active writers 2026/04/26 01:11:09 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.72s) === 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-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:09 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:09 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:10 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/26 01:11:10 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:10 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/26 01:11:10 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/26 01:11:10 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/26 01:11:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/26 01:11:10 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:10 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/26 01:11:10 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/26 01:11:10 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/26 01:11:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (12 bytes), uploading instead of streaming 2026/04/26 01:11:10 DEBUG : dir/sub/file2: size = 12 OK 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/sub/file2" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/sub/file2 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/sub/file2" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-ceqofel5wabe/dir/sub/file2 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:10 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/26 01:11:10 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/26 01:11:10 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/26 01:11:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/26 01:11:10 DEBUG : forgetting directory cache 2026/04/26 01:11:10 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:10 DEBUG : dir/sub: forgetting directory cache 2026/04/26 01:11:10 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/26 01:11:10 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (5 bytes), uploading instead of streaming 2026/04/26 01:11:10 DEBUG : dir/sub/file0: size = 5 OK 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/sub/file0" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/sub/file0 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/sub/file0" 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/dir/sub/file0 2026/04/26 01:11:10 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:10 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:10 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:10 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/26 01:11:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/26 01:11:10 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:10 DEBUG : dir/sub: Looking for writers 2026/04/26 01:11:10 DEBUG : file0: reading active writers 2026/04/26 01:11:10 DEBUG : file2: reading active writers 2026/04/26 01:11:10 DEBUG : dir: Looking for writers 2026/04/26 01:11:10 DEBUG : file1: reading active writers 2026/04/26 01:11:10 DEBUG : sub: reading active writers 2026/04/26 01:11:10 DEBUG : Looking for writers 2026/04/26 01:11:10 DEBUG : dir: reading active writers 2026/04/26 01:11:10 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:10 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:10 DEBUG : forgetting directory cache 2026/04/26 01:11:11 DEBUG : forgetting directory cache 2026/04/26 01:11:11 DEBUG : dir: forgetting directory cache 2026/04/26 01:11:11 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:11 DEBUG : dir: Looking for writers 2026/04/26 01:11:11 DEBUG : Looking for writers 2026/04/26 01:11:11 DEBUG : dir: reading active writers 2026/04/26 01:11:11 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:11 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/26 01:11:11 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:11 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/26 01:11:11 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/26 01:11:11 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/26 01:11:11 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:11 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:11 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/26 01:11:11 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:11 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/26 01:11:11 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/26 01:11:11 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/26 01:11:11 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:11 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:11 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:11 DEBUG : dir: Looking for writers 2026/04/26 01:11:11 DEBUG : file1: reading active writers 2026/04/26 01:11:11 DEBUG : file1.metadata: reading active writers 2026/04/26 01:11:11 DEBUG : Looking for writers 2026/04/26 01:11:11 DEBUG : dir: reading active writers 2026/04/26 01:11:11 DEBUG : dir.metadata: reading active writers 2026/04/26 01:11:11 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.22s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:11 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:11 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:11 DEBUG : dir: Looking for writers 2026/04/26 01:11:11 DEBUG : file1: reading active writers 2026/04/26 01:11:11 DEBUG : Looking for writers 2026/04/26 01:11:11 DEBUG : dir: reading active writers 2026/04/26 01:11:11 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:11 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:11 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:12 DEBUG : Can set mod time: true 2026/04/26 01:11:12 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:12 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:12 DEBUG : dir: Looking for writers 2026/04/26 01:11:12 DEBUG : file1: reading active writers 2026/04/26 01:11:12 DEBUG : Looking for writers 2026/04/26 01:11:12 DEBUG : dir: reading active writers 2026/04/26 01:11:12 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:12 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:12 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/26 01:11:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (0 bytes), uploading instead of streaming 2026/04/26 01:11:12 DEBUG : dir/file1: size = 0 OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:12 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/26 01:11:12 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:12 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/26 01:11:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:12 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:12 DEBUG : dir: Looking for writers 2026/04/26 01:11:12 DEBUG : file1: reading active writers 2026/04/26 01:11:12 DEBUG : Looking for writers 2026/04/26 01:11:12 DEBUG : dir: reading active writers 2026/04/26 01:11:12 DEBUG : >WaitForWriters: 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/26 01:11:12 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:12 DEBUG : dir: Looking for writers 2026/04/26 01:11:12 DEBUG : file1: reading active writers 2026/04/26 01:11:12 DEBUG : Looking for writers 2026/04/26 01:11:12 DEBUG : dir: reading active writers 2026/04/26 01:11:12 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:12 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:12 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:13 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/26 01:11:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (5 bytes), uploading instead of streaming 2026/04/26 01:11:13 DEBUG : dir/file1: size = 5 OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:13 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:13 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:13 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/26 01:11:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:13 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:13 DEBUG : dir: Looking for writers 2026/04/26 01:11:13 DEBUG : file1: reading active writers 2026/04/26 01:11:13 DEBUG : Looking for writers 2026/04/26 01:11:13 DEBUG : dir: reading active writers 2026/04/26 01:11:13 DEBUG : >WaitForWriters: 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/26 01:11:13 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:13 DEBUG : dir: Looking for writers 2026/04/26 01:11:13 DEBUG : file1: reading active writers 2026/04/26 01:11:13 DEBUG : Looking for writers 2026/04/26 01:11:13 DEBUG : dir: reading active writers 2026/04/26 01:11:13 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:13 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:13 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:13 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:13 DEBUG : dir: Looking for writers 2026/04/26 01:11:13 DEBUG : file1: reading active writers 2026/04/26 01:11:13 DEBUG : Looking for writers 2026/04/26 01:11:13 DEBUG : dir: reading active writers 2026/04/26 01:11:13 DEBUG : >WaitForWriters: 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:13 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:13 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:13 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/26 01:11:13 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:13 DEBUG : dir/file1(0x3bc586e60940): close: 2026/04/26 01:11:13 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/26 01:11:13 DEBUG : dir/file1(0x3bc586e60940): >close: err= 2026/04/26 01:11:13 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:13 DEBUG : dir: Looking for writers 2026/04/26 01:11:13 DEBUG : file1: reading active writers 2026/04/26 01:11:13 DEBUG : Looking for writers 2026/04/26 01:11:13 DEBUG : dir: reading active writers 2026/04/26 01:11:13 DEBUG : >WaitForWriters: 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:13 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:14 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:14 DEBUG : dir: Looking for writers 2026/04/26 01:11:14 DEBUG : file1: reading active writers 2026/04/26 01:11:14 DEBUG : Looking for writers 2026/04/26 01:11:14 DEBUG : dir: reading active writers 2026/04/26 01:11:14 DEBUG : >WaitForWriters: 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:14 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:14 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:14 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/26 01:11:14 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:14 DEBUG : dir/file1(0x3bc586cc9540): _writeAt: size=5, off=0 2026/04/26 01:11:14 DEBUG : dir/file1(0x3bc586cc9540): openPending: 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:14 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/26 01:11:14 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/26 01:11:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:14 DEBUG : dir/file1(0x3bc586cc9540): >openPending: err= 2026/04/26 01:11:14 DEBUG : dir/file1(0x3bc586cc9540): >_writeAt: n=5, err= 2026/04/26 01:11:14 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/26 01:11:14 DEBUG : dir/file1(0x3bc586cc9540): close: 2026/04/26 01:11:14 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/26 01:11:14 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/26 01:11:14 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/26 01:11:14 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/26 01:11:14 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/26 01:11:14 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:14 DEBUG : dir/file1(0x3bc586cc9540): >close: err= 2026/04/26 01:11:14 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:14 DEBUG : dir: Looking for writers 2026/04/26 01:11:14 DEBUG : file1: reading active writers 2026/04/26 01:11:14 DEBUG : Looking for writers 2026/04/26 01:11:14 DEBUG : dir: reading active writers 2026/04/26 01:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:14 DEBUG : dir: Looking for writers 2026/04/26 01:11:14 DEBUG : file1: reading active writers 2026/04/26 01:11:14 DEBUG : Looking for writers 2026/04/26 01:11:14 DEBUG : dir: reading active writers 2026/04/26 01:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:14 DEBUG : dir: Looking for writers 2026/04/26 01:11:14 DEBUG : file1: reading active writers 2026/04/26 01:11:14 DEBUG : Looking for writers 2026/04/26 01:11:14 DEBUG : dir: reading active writers 2026/04/26 01:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:14 DEBUG : dir: Looking for writers 2026/04/26 01:11:14 DEBUG : file1: reading active writers 2026/04/26 01:11:14 DEBUG : Looking for writers 2026/04/26 01:11:14 DEBUG : dir: reading active writers 2026/04/26 01:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:14 DEBUG : dir/file1: vfs cache: starting upload 2026/04/26 01:11:14 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1.2f98c60a.partial" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1.2f98c60a.partial 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1.2f98c60a.partial" 2026/04/26 01:11:14 DEBUG : dir: Looking for writers 2026/04/26 01:11:14 DEBUG : file1: reading active writers 2026/04/26 01:11:14 DEBUG : Looking for writers 2026/04/26 01:11:14 DEBUG : dir: reading active writers 2026/04/26 01:11:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-ceqofel5wabe/dir/file1.2f98c60a.partial 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/26 01:11:14 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/26 01:11:14 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/26 01:11:14 INFO : dir/file1: Copied (replaced existing) 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/26 01:11:14 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/26 01:11:14 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:14 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/26 01:11:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:14 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:14 DEBUG : dir: Looking for writers 2026/04/26 01:11:14 DEBUG : file1: reading active writers 2026/04/26 01:11:14 DEBUG : Looking for writers 2026/04/26 01:11:14 DEBUG : dir: reading active writers 2026/04/26 01:11:14 DEBUG : >WaitForWriters: 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:14 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:14 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/26 01:11:15 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:15 DEBUG : dir: Looking for writers 2026/04/26 01:11:15 DEBUG : file1: reading active writers 2026/04/26 01:11:15 DEBUG : Looking for writers 2026/04/26 01:11:15 DEBUG : dir: reading active writers 2026/04/26 01:11:15 DEBUG : >WaitForWriters: 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.10s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.84s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:15 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:15 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/26 01:11:15 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:15 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:15 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:15 DEBUG : dir: Looking for writers 2026/04/26 01:11:15 DEBUG : file1: reading active writers 2026/04/26 01:11:15 DEBUG : Looking for writers 2026/04/26 01:11:15 DEBUG : dir: reading active writers 2026/04/26 01:11:15 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.30s) === RUN TestFileOpenReadUnknownSize 2026/04/26 01:11:15 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/26 01:11:15 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/26 01:11:15 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:15 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/26 01:11:15 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:15 DEBUG : Looking for writers 2026/04/26 01:11:15 DEBUG : file.txt: reading active writers 2026/04/26 01:11:15 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:15 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (25 bytes), uploading instead of streaming 2026/04/26 01:11:15 DEBUG : dir/file1: size = 25 OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:15 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/26 01:11:15 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:15 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:15 DEBUG : dir: Looking for writers 2026/04/26 01:11:15 DEBUG : file1: reading active writers 2026/04/26 01:11:15 DEBUG : Looking for writers 2026/04/26 01:11:15 DEBUG : dir: reading active writers 2026/04/26 01:11:15 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.30s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:15 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:15 DEBUG : dir/file1: Remove: 2026/04/26 01:11:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:15 DEBUG : dir/file1: >Remove: err= 2026/04/26 01:11:15 DEBUG : dir/file1: Remove: 2026/04/26 01:11:15 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/26 01:11:15 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:15 DEBUG : dir: Looking for writers 2026/04/26 01:11:15 DEBUG : Looking for writers 2026/04/26 01:11:15 DEBUG : dir: reading active writers 2026/04/26 01:11:15 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:15 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:15 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:16 DEBUG : dir/file1: Remove: 2026/04/26 01:11:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:16 DEBUG : dir/file1: >Remove: err= 2026/04/26 01:11:16 DEBUG : dir/file1: Remove: 2026/04/26 01:11:16 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/26 01:11:16 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:16 DEBUG : dir: Looking for writers 2026/04/26 01:11:16 DEBUG : Looking for writers 2026/04/26 01:11:16 DEBUG : dir: reading active writers 2026/04/26 01:11:16 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:16 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:16 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/26 01:11:16 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/26 01:11:16 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/26 01:11:16 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/26 01:11:16 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/26 01:11:16 DEBUG : dir/file1: Open: flags=0x3 2026/04/26 01:11:16 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/26 01:11:16 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/26 01:11:16 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:16 DEBUG : dir: Looking for writers 2026/04/26 01:11:16 DEBUG : file1: reading active writers 2026/04/26 01:11:16 DEBUG : Looking for writers 2026/04/26 01:11:16 DEBUG : dir: reading active writers 2026/04/26 01:11:16 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:16 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:16 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:16 DEBUG : dir: Looking for writers 2026/04/26 01:11:16 DEBUG : file1: reading active writers 2026/04/26 01:11:16 DEBUG : Looking for writers 2026/04/26 01:11:16 DEBUG : dir: reading active writers 2026/04/26 01:11:16 DEBUG : >WaitForWriters: 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:16 DEBUG : newLeaf: Updating file with newLeaf 0x3bc58724ec30 2026/04/26 01:11:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:16 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/26 01:11:16 DEBUG : dir/file1: Updating file with dir/file1 0x3bc58724ec30 2026/04/26 01:11:16 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/26 01:11:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:16 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:17 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/26 01:11:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:17 DEBUG : dir/file1: File is currently open, delaying rename 0x3bc58724ec30 2026/04/26 01:11:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (25 bytes), uploading instead of streaming 2026/04/26 01:11:17 DEBUG : dir/file1: size = 25 OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:17 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/26 01:11:17 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:17 DEBUG : newLeaf: Running delayed rename now 2026/04/26 01:11:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:17 DEBUG : newLeaf: Updating file with newLeaf 0x3bc58724ec30 2026/04/26 01:11:17 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:17 DEBUG : dir: Looking for writers 2026/04/26 01:11:17 DEBUG : Looking for writers 2026/04/26 01:11:17 DEBUG : dir: reading active writers 2026/04/26 01:11:17 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:17 DEBUG : >WaitForWriters: 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/26 01:11:17 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:17 DEBUG : dir: Looking for writers 2026/04/26 01:11:17 DEBUG : Looking for writers 2026/04/26 01:11:17 DEBUG : dir: reading active writers 2026/04/26 01:11:17 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:17 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:17 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:17 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:17 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:17 DEBUG : dir: Looking for writers 2026/04/26 01:11:17 DEBUG : file1: reading active writers 2026/04/26 01:11:17 DEBUG : Looking for writers 2026/04/26 01:11:17 DEBUG : dir: reading active writers 2026/04/26 01:11:17 DEBUG : >WaitForWriters: 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:17 DEBUG : newLeaf: Updating file with newLeaf 0x3bc5876184e0 2026/04/26 01:11:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/26 01:11:17 DEBUG : dir/file1: Updating file with dir/file1 0x3bc5876184e0 2026/04/26 01:11:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/26 01:11:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:17 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:18 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:18 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/26 01:11:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:18 DEBUG : dir/file1: File is currently open, delaying rename 0x3bc5876184e0 2026/04/26 01:11:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (25 bytes), uploading instead of streaming 2026/04/26 01:11:18 DEBUG : dir/file1: size = 25 OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:18 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/26 01:11:18 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:18 DEBUG : newLeaf: Running delayed rename now 2026/04/26 01:11:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:18 DEBUG : newLeaf: Updating file with newLeaf 0x3bc5876184e0 2026/04/26 01:11:18 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:18 DEBUG : dir: Looking for writers 2026/04/26 01:11:18 DEBUG : Looking for writers 2026/04/26 01:11:18 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:18 DEBUG : dir: reading active writers 2026/04/26 01:11:18 DEBUG : >WaitForWriters: 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/26 01:11:18 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:18 DEBUG : dir: Looking for writers 2026/04/26 01:11:18 DEBUG : Looking for writers 2026/04/26 01:11:18 DEBUG : dir: reading active writers 2026/04/26 01:11:18 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:18 DEBUG : >WaitForWriters: 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:18 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:18 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:18 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:18 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:18 DEBUG : dir/file1(0x3bc586f0a5c0): openPending: 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/26 01:11:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/26 01:11:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:18 DEBUG : dir/file1(0x3bc586f0a5c0): >openPending: err= 2026/04/26 01:11:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/26 01:11:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:18 DEBUG : dir/file1(0x3bc586f0a5c0): _writeAt: size=14, off=0 2026/04/26 01:11:18 DEBUG : dir/file1(0x3bc586f0a5c0): >_writeAt: n=14, err= 2026/04/26 01:11:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/26 01:11:18 DEBUG : dir/file1(0x3bc586f0a5c0): close: 2026/04/26 01:11:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/26 01:11:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/26 01:11:18 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:18 DEBUG : dir/file1(0x3bc586f0a5c0): >close: err= 2026/04/26 01:11:18 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:18 DEBUG : dir: Looking for writers 2026/04/26 01:11:18 DEBUG : file1: reading active writers 2026/04/26 01:11:18 DEBUG : Looking for writers 2026/04/26 01:11:18 DEBUG : dir: reading active writers 2026/04/26 01:11:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:18 DEBUG : dir: Looking for writers 2026/04/26 01:11:18 DEBUG : file1: reading active writers 2026/04/26 01:11:18 DEBUG : Looking for writers 2026/04/26 01:11:18 DEBUG : dir: reading active writers 2026/04/26 01:11:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:18 DEBUG : dir: Looking for writers 2026/04/26 01:11:18 DEBUG : file1: reading active writers 2026/04/26 01:11:18 DEBUG : Looking for writers 2026/04/26 01:11:18 DEBUG : dir: reading active writers 2026/04/26 01:11:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:18 DEBUG : dir: Looking for writers 2026/04/26 01:11:18 DEBUG : file1: reading active writers 2026/04/26 01:11:18 DEBUG : Looking for writers 2026/04/26 01:11:18 DEBUG : dir: reading active writers 2026/04/26 01:11:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:18 DEBUG : dir/file1: vfs cache: starting upload 2026/04/26 01:11:18 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1.ca338588.partial" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1.ca338588.partial 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1.ca338588.partial" 2026/04/26 01:11:18 DEBUG : dir: Looking for writers 2026/04/26 01:11:18 DEBUG : file1: reading active writers 2026/04/26 01:11:18 DEBUG : Looking for writers 2026/04/26 01:11:18 DEBUG : dir: reading active writers 2026/04/26 01:11:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1.ca338588.partial 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:18 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:18 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/26 01:11:18 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/26 01:11:18 INFO : dir/file1: Copied (replaced existing) 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:18 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:19 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:19 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/26 01:11:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:19 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:19 DEBUG : dir: Looking for writers 2026/04/26 01:11:19 DEBUG : file1: reading active writers 2026/04/26 01:11:19 DEBUG : Looking for writers 2026/04/26 01:11:19 DEBUG : dir: reading active writers 2026/04/26 01:11:19 DEBUG : >WaitForWriters: 2026/04/26 01:11:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:19 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc58770b6c0): _readAt: size=512, off=0 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc58770b6c0): openPending: 2026/04/26 01:11:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/26 01:11:19 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/26 01:11:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc58770b6c0): >openPending: err= 2026/04/26 01:11:19 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc58770b6c0): >_readAt: n=14, err=EOF 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc58770b6c0): close: 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc58770b6c0): >close: err= 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/26 01:11:19 DEBUG : newLeaf: Updating file with newLeaf 0x3bc586ed45b0 2026/04/26 01:11:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:19 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:19 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/26 01:11:19 DEBUG : dir/file1: Updating file with dir/file1 0x3bc586ed45b0 2026/04/26 01:11:19 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/26 01:11:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:19 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:19 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc586d75000): openPending: 2026/04/26 01:11:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/26 01:11:19 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/26 01:11:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc586d75000): >openPending: err= 2026/04/26 01:11:19 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/26 01:11:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc586d75000): _writeAt: size=25, off=0 2026/04/26 01:11:19 DEBUG : dir/file1(0x3bc586d75000): >_writeAt: n=25, err= 2026/04/26 01:11:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:19 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/26 01:11:19 DEBUG : newLeaf: Updating file with newLeaf 0x3bc586ed45b0 2026/04/26 01:11:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:19 DEBUG : newLeaf(0x3bc586d75000): close: 2026/04/26 01:11:19 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/26 01:11:19 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-26 01:11:19.859614827 +0000 UTC m=+17.199827865 2026/04/26 01:11:19 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:19 DEBUG : newLeaf(0x3bc586d75000): >close: err= 2026/04/26 01:11:19 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:19 DEBUG : dir: Looking for writers 2026/04/26 01:11:19 DEBUG : Looking for writers 2026/04/26 01:11:19 DEBUG : dir: reading active writers 2026/04/26 01:11:19 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:19 DEBUG : dir: Looking for writers 2026/04/26 01:11:19 DEBUG : Looking for writers 2026/04/26 01:11:19 DEBUG : dir: reading active writers 2026/04/26 01:11:19 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:19 DEBUG : dir: Looking for writers 2026/04/26 01:11:19 DEBUG : Looking for writers 2026/04/26 01:11:19 DEBUG : dir: reading active writers 2026/04/26 01:11:19 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:20 DEBUG : dir: Looking for writers 2026/04/26 01:11:20 DEBUG : Looking for writers 2026/04/26 01:11:20 DEBUG : dir: reading active writers 2026/04/26 01:11:20 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:20 DEBUG : newLeaf: vfs cache: starting upload 2026/04/26 01:11:20 DEBUG : newLeaf.40c0a946.partial: size = 25 OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf.40c0a946.partial" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf.40c0a946.partial 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf.40c0a946.partial" 2026/04/26 01:11:20 DEBUG : dir: Looking for writers 2026/04/26 01:11:20 DEBUG : Looking for writers 2026/04/26 01:11:20 DEBUG : dir: reading active writers 2026/04/26 01:11:20 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf.40c0a946.partial 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : newLeaf.40c0a946.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:20 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/26 01:11:20 DEBUG : newLeaf.40c0a946.partial: renamed to: newLeaf 2026/04/26 01:11:20 INFO : newLeaf: Copied (replaced existing) 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : dir: Looking for writers 2026/04/26 01:11:20 DEBUG : Looking for writers 2026/04/26 01:11:20 DEBUG : dir: reading active writers 2026/04/26 01:11:20 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:20 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-26 01:11:19 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/26 01:11:20 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/26 01:11:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:20 DEBUG : >WaitForWriters: 2026/04/26 01:11:20 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/26 01:11:20 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:20 DEBUG : dir: Looking for writers 2026/04/26 01:11:20 DEBUG : Looking for writers 2026/04/26 01:11:20 DEBUG : dir: reading active writers 2026/04/26 01:11:20 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:20 DEBUG : >WaitForWriters: 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:20 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:20 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:20 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:20 DEBUG : dir: Looking for writers 2026/04/26 01:11:20 DEBUG : file1: reading active writers 2026/04/26 01:11:20 DEBUG : Looking for writers 2026/04/26 01:11:20 DEBUG : dir: reading active writers 2026/04/26 01:11:20 DEBUG : >WaitForWriters: 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:20 DEBUG : newLeaf: Updating file with newLeaf 0x3bc587056c30 2026/04/26 01:11:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:20 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:21 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/26 01:11:21 DEBUG : dir/file1: Updating file with dir/file1 0x3bc587056c30 2026/04/26 01:11:21 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/26 01:11:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:21 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:21 DEBUG : dir/file1(0x3bc586e61400): openPending: 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/26 01:11:21 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/26 01:11:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:21 DEBUG : dir/file1(0x3bc586e61400): >openPending: err= 2026/04/26 01:11:21 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/26 01:11:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:21 DEBUG : dir/file1(0x3bc586e61400): _writeAt: size=25, off=0 2026/04/26 01:11:21 DEBUG : dir/file1(0x3bc586e61400): >_writeAt: n=25, err= 2026/04/26 01:11:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:21 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/26 01:11:21 DEBUG : newLeaf: Updating file with newLeaf 0x3bc587056c30 2026/04/26 01:11:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:21 DEBUG : newLeaf(0x3bc586e61400): close: 2026/04/26 01:11:21 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/26 01:11:21 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-26 01:11:21.411763459 +0000 UTC m=+18.751976528 2026/04/26 01:11:21 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:21 DEBUG : newLeaf(0x3bc586e61400): >close: err= 2026/04/26 01:11:21 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:21 DEBUG : dir: Looking for writers 2026/04/26 01:11:21 DEBUG : Looking for writers 2026/04/26 01:11:21 DEBUG : dir: reading active writers 2026/04/26 01:11:21 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:21 DEBUG : dir: Looking for writers 2026/04/26 01:11:21 DEBUG : Looking for writers 2026/04/26 01:11:21 DEBUG : dir: reading active writers 2026/04/26 01:11:21 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:21 DEBUG : dir: Looking for writers 2026/04/26 01:11:21 DEBUG : Looking for writers 2026/04/26 01:11:21 DEBUG : dir: reading active writers 2026/04/26 01:11:21 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:21 DEBUG : dir: Looking for writers 2026/04/26 01:11:21 DEBUG : Looking for writers 2026/04/26 01:11:21 DEBUG : dir: reading active writers 2026/04/26 01:11:21 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:21 DEBUG : newLeaf: vfs cache: starting upload 2026/04/26 01:11:21 DEBUG : newLeaf.bdcbcab6.partial: size = 25 OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf.bdcbcab6.partial" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf.bdcbcab6.partial 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf.bdcbcab6.partial" 2026/04/26 01:11:21 DEBUG : dir: Looking for writers 2026/04/26 01:11:21 DEBUG : Looking for writers 2026/04/26 01:11:21 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:21 DEBUG : dir: reading active writers 2026/04/26 01:11:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf.bdcbcab6.partial 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : newLeaf.bdcbcab6.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:21 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/26 01:11:21 DEBUG : newLeaf.bdcbcab6.partial: renamed to: newLeaf 2026/04/26 01:11:21 INFO : newLeaf: Copied (replaced existing) 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:21 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-26 01:11:21 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/26 01:11:21 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/26 01:11:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:21 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/26 01:11:21 DEBUG : dir: Looking for writers 2026/04/26 01:11:21 DEBUG : Looking for writers 2026/04/26 01:11:21 DEBUG : dir: reading active writers 2026/04/26 01:11:21 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:21 DEBUG : >WaitForWriters: 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:21 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/26 01:11:22 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:22 DEBUG : dir: Looking for writers 2026/04/26 01:11:22 DEBUG : Looking for writers 2026/04/26 01:11:22 DEBUG : dir: reading active writers 2026/04/26 01:11:22 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:22 DEBUG : >WaitForWriters: 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:22 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:22 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:22 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:22 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bc380): openPending: 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/26 01:11:22 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/26 01:11:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bc380): >openPending: err= 2026/04/26 01:11:22 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/26 01:11:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bc380): _writeAt: size=14, off=0 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bc380): >_writeAt: n=14, err= 2026/04/26 01:11:22 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bc380): close: 2026/04/26 01:11:22 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/26 01:11:22 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/26 01:11:22 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bc380): >close: err= 2026/04/26 01:11:22 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:22 DEBUG : dir: Looking for writers 2026/04/26 01:11:22 DEBUG : file1: reading active writers 2026/04/26 01:11:22 DEBUG : Looking for writers 2026/04/26 01:11:22 DEBUG : dir: reading active writers 2026/04/26 01:11:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:22 DEBUG : dir: Looking for writers 2026/04/26 01:11:22 DEBUG : file1: reading active writers 2026/04/26 01:11:22 DEBUG : Looking for writers 2026/04/26 01:11:22 DEBUG : dir: reading active writers 2026/04/26 01:11:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:22 DEBUG : dir: Looking for writers 2026/04/26 01:11:22 DEBUG : file1: reading active writers 2026/04/26 01:11:22 DEBUG : Looking for writers 2026/04/26 01:11:22 DEBUG : dir: reading active writers 2026/04/26 01:11:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:22 DEBUG : dir: Looking for writers 2026/04/26 01:11:22 DEBUG : file1: reading active writers 2026/04/26 01:11:22 DEBUG : Looking for writers 2026/04/26 01:11:22 DEBUG : dir: reading active writers 2026/04/26 01:11:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:22 DEBUG : dir/file1: vfs cache: starting upload 2026/04/26 01:11:22 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1.ca338588.partial" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1.ca338588.partial 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1.ca338588.partial" 2026/04/26 01:11:22 DEBUG : dir: Looking for writers 2026/04/26 01:11:22 DEBUG : file1: reading active writers 2026/04/26 01:11:22 DEBUG : Looking for writers 2026/04/26 01:11:22 DEBUG : dir: reading active writers 2026/04/26 01:11:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1.ca338588.partial 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:22 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/26 01:11:22 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/26 01:11:22 INFO : dir/file1: Copied (replaced existing) 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:22 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:22 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/26 01:11:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:22 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:22 DEBUG : dir: Looking for writers 2026/04/26 01:11:22 DEBUG : file1: reading active writers 2026/04/26 01:11:22 DEBUG : Looking for writers 2026/04/26 01:11:22 DEBUG : dir: reading active writers 2026/04/26 01:11:22 DEBUG : >WaitForWriters: 2026/04/26 01:11:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:22 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bd4c0): _readAt: size=512, off=0 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bd4c0): openPending: 2026/04/26 01:11:22 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/26 01:11:22 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/26 01:11:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bd4c0): >openPending: err= 2026/04/26 01:11:22 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bd4c0): >_readAt: n=14, err=EOF 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bd4c0): close: 2026/04/26 01:11:22 DEBUG : dir/file1(0x3bc5870bd4c0): >close: err= 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:22 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/26 01:11:22 DEBUG : newLeaf: Updating file with newLeaf 0x3bc5870be680 2026/04/26 01:11:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:22 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:23 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:23 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/26 01:11:23 DEBUG : dir/file1: Updating file with dir/file1 0x3bc5870be680 2026/04/26 01:11:23 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/26 01:11:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:23 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:23 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:23 DEBUG : dir/file1(0x3bc587288c00): openPending: 2026/04/26 01:11:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/26 01:11:23 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/26 01:11:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:23 DEBUG : dir/file1(0x3bc587288c00): >openPending: err= 2026/04/26 01:11:23 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/26 01:11:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:23 DEBUG : dir/file1(0x3bc587288c00): _writeAt: size=25, off=0 2026/04/26 01:11:23 DEBUG : dir/file1(0x3bc587288c00): >_writeAt: n=25, err= 2026/04/26 01:11:23 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:23 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/26 01:11:23 DEBUG : newLeaf: Updating file with newLeaf 0x3bc5870be680 2026/04/26 01:11:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:23 DEBUG : newLeaf(0x3bc587288c00): close: 2026/04/26 01:11:23 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/26 01:11:23 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-26 01:11:23.468966132 +0000 UTC m=+20.809179200 2026/04/26 01:11:23 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:23 DEBUG : newLeaf(0x3bc587288c00): >close: err= 2026/04/26 01:11:23 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:23 DEBUG : dir: Looking for writers 2026/04/26 01:11:23 DEBUG : Looking for writers 2026/04/26 01:11:23 DEBUG : dir: reading active writers 2026/04/26 01:11:23 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:23 DEBUG : dir: Looking for writers 2026/04/26 01:11:23 DEBUG : Looking for writers 2026/04/26 01:11:23 DEBUG : dir: reading active writers 2026/04/26 01:11:23 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:23 DEBUG : dir: Looking for writers 2026/04/26 01:11:23 DEBUG : Looking for writers 2026/04/26 01:11:23 DEBUG : dir: reading active writers 2026/04/26 01:11:23 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:23 DEBUG : dir: Looking for writers 2026/04/26 01:11:23 DEBUG : Looking for writers 2026/04/26 01:11:23 DEBUG : dir: reading active writers 2026/04/26 01:11:23 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:23 DEBUG : newLeaf: vfs cache: starting upload 2026/04/26 01:11:23 DEBUG : newLeaf.ac854c03.partial: size = 25 OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf.ac854c03.partial" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf.ac854c03.partial 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf.ac854c03.partial" 2026/04/26 01:11:23 DEBUG : dir: Looking for writers 2026/04/26 01:11:23 DEBUG : Looking for writers 2026/04/26 01:11:23 DEBUG : dir: reading active writers 2026/04/26 01:11:23 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf.ac854c03.partial 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : newLeaf.ac854c03.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:23 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/26 01:11:23 DEBUG : newLeaf.ac854c03.partial: renamed to: newLeaf 2026/04/26 01:11:23 INFO : newLeaf: Copied (replaced existing) 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:23 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-26 01:11:23 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/26 01:11:23 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/26 01:11:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:23 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/26 01:11:23 DEBUG : dir: Looking for writers 2026/04/26 01:11:23 DEBUG : Looking for writers 2026/04/26 01:11:23 DEBUG : dir: reading active writers 2026/04/26 01:11:23 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:23 DEBUG : >WaitForWriters: 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:23 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:23 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/26 01:11:24 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:24 DEBUG : dir: Looking for writers 2026/04/26 01:11:24 DEBUG : Looking for writers 2026/04/26 01:11:24 DEBUG : dir: reading active writers 2026/04/26 01:11:24 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:24 DEBUG : >WaitForWriters: 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:24 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:24 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:24 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:24 DEBUG : dir: Looking for writers 2026/04/26 01:11:24 DEBUG : file1: reading active writers 2026/04/26 01:11:24 DEBUG : Looking for writers 2026/04/26 01:11:24 DEBUG : dir: reading active writers 2026/04/26 01:11:24 DEBUG : >WaitForWriters: 2026/04/26 01:11:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:24 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:24 DEBUG : dir/file1(0x3bc587289a80): _readAt: size=512, off=0 2026/04/26 01:11:24 DEBUG : dir/file1(0x3bc587289a80): openPending: 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/26 01:11:24 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/26 01:11:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:24 DEBUG : dir/file1(0x3bc587289a80): >openPending: err= 2026/04/26 01:11:24 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/26 01:11:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:24 DEBUG : dir/file1(0x3bc587289a80): >_readAt: n=14, err=EOF 2026/04/26 01:11:24 DEBUG : dir/file1(0x3bc587289a80): close: 2026/04/26 01:11:24 DEBUG : dir/file1(0x3bc587289a80): >close: err= 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:24 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/26 01:11:24 DEBUG : newLeaf: Updating file with newLeaf 0x3bc5872af380 2026/04/26 01:11:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:24 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:24 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:24 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:25 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/26 01:11:25 DEBUG : dir/file1: Updating file with dir/file1 0x3bc5872af380 2026/04/26 01:11:25 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/26 01:11:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:25 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:25 DEBUG : dir/file1(0x3bc587149540): openPending: 2026/04/26 01:11:25 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/26 01:11:25 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/26 01:11:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:25 DEBUG : dir/file1(0x3bc587149540): >openPending: err= 2026/04/26 01:11:25 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/26 01:11:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:25 DEBUG : dir/file1(0x3bc587149540): _writeAt: size=25, off=0 2026/04/26 01:11:25 DEBUG : dir/file1(0x3bc587149540): >_writeAt: n=25, err= 2026/04/26 01:11:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:25 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/26 01:11:25 DEBUG : newLeaf: Updating file with newLeaf 0x3bc5872af380 2026/04/26 01:11:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:25 DEBUG : newLeaf(0x3bc587149540): close: 2026/04/26 01:11:25 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/26 01:11:25 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-26 01:11:25.204973504 +0000 UTC m=+22.545186563 2026/04/26 01:11:25 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:25 DEBUG : newLeaf(0x3bc587149540): >close: err= 2026/04/26 01:11:25 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:25 DEBUG : dir: Looking for writers 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 DEBUG : dir: reading active writers 2026/04/26 01:11:25 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:25 DEBUG : dir: Looking for writers 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:25 DEBUG : dir: reading active writers 2026/04/26 01:11:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:25 DEBUG : dir: Looking for writers 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 DEBUG : dir: reading active writers 2026/04/26 01:11:25 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:25 DEBUG : dir: Looking for writers 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 DEBUG : dir: reading active writers 2026/04/26 01:11:25 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:25 DEBUG : newLeaf: vfs cache: starting upload 2026/04/26 01:11:25 DEBUG : newLeaf.3eca51a2.partial: size = 25 OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf.3eca51a2.partial" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf.3eca51a2.partial 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf.3eca51a2.partial" 2026/04/26 01:11:25 DEBUG : dir: Looking for writers 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 DEBUG : dir: reading active writers 2026/04/26 01:11:25 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf.3eca51a2.partial 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : newLeaf.3eca51a2.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:25 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/26 01:11:25 DEBUG : newLeaf.3eca51a2.partial: renamed to: newLeaf 2026/04/26 01:11:25 INFO : newLeaf: Copied (replaced existing) 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:25 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-26 01:11:25 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/26 01:11:25 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/26 01:11:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/26 01:11:25 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/26 01:11:25 DEBUG : dir: Looking for writers 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 DEBUG : dir: reading active writers 2026/04/26 01:11:25 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:25 DEBUG : >WaitForWriters: 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/newLeaf" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-ceqofel5wabe/newLeaf 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/26 01:11:25 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:25 DEBUG : dir: Looking for writers 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 DEBUG : dir: reading active writers 2026/04/26 01:11:25 DEBUG : newLeaf: reading active writers 2026/04/26 01:11:25 DEBUG : >WaitForWriters: 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestFileRename (9.58s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=true (2.02s) --- PASS: TestFileRename/writes,forceCache=false (1.56s) --- PASS: TestFileRename/writes,forceCache=true (2.06s) --- PASS: TestFileRename/full,forceCache=false (1.73s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:25 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:25 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:25 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:25 DEBUG : Looking for writers 2026/04/26 01:11:25 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-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:25 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:25 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:26 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/26 01:11:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:26 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:26 DEBUG : dir: Looking for writers 2026/04/26 01:11:26 DEBUG : file1: reading active writers 2026/04/26 01:11:26 DEBUG : Looking for writers 2026/04/26 01:11:26 DEBUG : dir: reading active writers 2026/04/26 01:11:26 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.33s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:26 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:26 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/26 01:11:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/26 01:11:26 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/26 01:11:26 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/26 01:11:26 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:26 DEBUG : dir: Looking for writers 2026/04/26 01:11:26 DEBUG : file1: reading active writers 2026/04/26 01:11:26 DEBUG : Looking for writers 2026/04/26 01:11:26 DEBUG : dir: reading active writers 2026/04/26 01:11:26 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.31s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:26 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:26 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/26 01:11:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/26 01:11:26 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/26 01:11:26 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/26 01:11:26 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/26 01:11:26 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/26 01:11:26 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/26 01:11:26 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/26 01:11:26 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/26 01:11:26 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/26 01:11:26 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/26 01:11:26 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/26 01:11:26 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/26 01:11:26 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/26 01:11:26 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:26 DEBUG : dir: Looking for writers 2026/04/26 01:11:26 DEBUG : file1: reading active writers 2026/04/26 01:11:26 DEBUG : Looking for writers 2026/04/26 01:11:26 DEBUG : dir: reading active writers 2026/04/26 01:11:26 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:26 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:26 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:27 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/26 01:11:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/26 01:11:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:27 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:27 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:27 DEBUG : dir: Looking for writers 2026/04/26 01:11:27 DEBUG : file1: reading active writers 2026/04/26 01:11:27 DEBUG : Looking for writers 2026/04/26 01:11:27 DEBUG : dir: reading active writers 2026/04/26 01:11:27 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:27 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:27 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/26 01:11:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/26 01:11:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:27 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:27 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:27 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/26 01:11:27 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:27 DEBUG : dir: Looking for writers 2026/04/26 01:11:27 DEBUG : file1: reading active writers 2026/04/26 01:11:27 DEBUG : Looking for writers 2026/04/26 01:11:27 DEBUG : dir: reading active writers 2026/04/26 01:11:27 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:27 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:27 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): _readAt: size=1, off=0 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): openPending: 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/26 01:11:27 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/26 01:11:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): >openPending: err= 2026/04/26 01:11:27 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/26 01:11:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): >_readAt: n=1, err= 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): _readAt: size=256, off=1 2026/04/26 01:11:27 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): >_readAt: n=15, err=EOF 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): _readAt: size=16, off=16 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): >_readAt: n=0, err=EOF 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): close: 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): >close: err= 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): close: 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586f0b800): >close: err=file already closed 2026/04/26 01:11:27 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:27 DEBUG : dir: Looking for writers 2026/04/26 01:11:27 DEBUG : file1: reading active writers 2026/04/26 01:11:27 DEBUG : Looking for writers 2026/04/26 01:11:27 DEBUG : dir: reading active writers 2026/04/26 01:11:27 DEBUG : >WaitForWriters: 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:27 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:27 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:27 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586d74ac0): _readAt: size=1, off=0 2026/04/26 01:11:27 DEBUG : dir/file1(0x3bc586d74ac0): openPending: 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:27 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/26 01:11:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/26 01:11:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): >openPending: err= 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): >_readAt: n=1, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): _readAt: size=1, off=5 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): >_readAt: n=1, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): _readAt: size=1, off=3 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): >_readAt: n=1, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): _readAt: size=1, off=13 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): >_readAt: n=1, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): _readAt: size=16, off=100 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): >_readAt: n=0, err=EOF 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): close: 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586d74ac0): >close: err= 2026/04/26 01:11:28 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:28 DEBUG : dir: Looking for writers 2026/04/26 01:11:28 DEBUG : file1: reading active writers 2026/04/26 01:11:28 DEBUG : Looking for writers 2026/04/26 01:11:28 DEBUG : dir: reading active writers 2026/04/26 01:11:28 DEBUG : >WaitForWriters: 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:28 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:28 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:28 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): _readAt: size=1, off=0 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): openPending: 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/26 01:11:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/26 01:11:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >openPending: err= 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >_readAt: n=1, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): _readAt: size=1, off=5 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >_readAt: n=1, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): _readAt: size=1, off=1 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >_readAt: n=1, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): _readAt: size=6, off=10 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >_readAt: n=6, err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): _readAt: size=256, off=10 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >_readAt: n=6, err=EOF 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): _readAt: size=256, off=100 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >_readAt: n=0, err=EOF 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): close: 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >close: err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): _readAt: size=256, off=100 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc58770bc40): >_readAt: n=0, err=file already closed 2026/04/26 01:11:28 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:28 DEBUG : dir: Looking for writers 2026/04/26 01:11:28 DEBUG : file1: reading active writers 2026/04/26 01:11:28 DEBUG : Looking for writers 2026/04/26 01:11:28 DEBUG : dir: reading active writers 2026/04/26 01:11:28 DEBUG : >WaitForWriters: 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.32s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:28 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:28 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:28 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): RWFileHandle.Flush 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): _readAt: size=256, off=0 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): openPending: 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/26 01:11:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/26 01:11:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): >openPending: err= 2026/04/26 01:11:28 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): >_readAt: n=16, err=EOF 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): RWFileHandle.Flush 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): RWFileHandle.Flush 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): close: 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc586944800): >close: err= 2026/04/26 01:11:28 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:28 DEBUG : dir: Looking for writers 2026/04/26 01:11:28 DEBUG : file1: reading active writers 2026/04/26 01:11:28 DEBUG : Looking for writers 2026/04/26 01:11:28 DEBUG : dir: reading active writers 2026/04/26 01:11:28 DEBUG : >WaitForWriters: 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:28 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:28 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:28 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/26 01:11:28 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc587282040): _readAt: size=256, off=0 2026/04/26 01:11:28 DEBUG : dir/file1(0x3bc587282040): openPending: 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:28 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/26 01:11:29 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/26 01:11:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:29 DEBUG : dir/file1(0x3bc587282040): >openPending: err= 2026/04/26 01:11:29 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/26 01:11:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:29 DEBUG : dir/file1(0x3bc587282040): >_readAt: n=16, err=EOF 2026/04/26 01:11:29 DEBUG : dir/file1(0x3bc587282040): RWFileHandle.Release 2026/04/26 01:11:29 DEBUG : dir/file1(0x3bc587282040): close: 2026/04/26 01:11:29 DEBUG : dir/file1(0x3bc587282040): >close: err= 2026/04/26 01:11:29 DEBUG : dir/file1(0x3bc587282040): RWFileHandle.Release 2026/04/26 01:11:29 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:29 DEBUG : dir: Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : dir: reading active writers 2026/04/26 01:11:29 DEBUG : >WaitForWriters: 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.32s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:29 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:29 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:29 DEBUG : file1: newRWFileHandle: 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): openPending: 2026/04/26 01:11:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): >openPending: err= 2026/04/26 01:11:29 DEBUG : file1: >newRWFileHandle: err= 2026/04/26 01:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/26 01:11:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): _writeAt: size=5, off=0 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): >_writeAt: n=5, err= 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): _writeAt: size=7, off=5 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): >_writeAt: n=7, err= 2026/04/26 01:11:29 DEBUG : file1: vfs cache: truncate to size=11 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): close: 2026/04/26 01:11:29 DEBUG : file1: vfs cache: setting modification time to 2026-04-26 01:11:29.040329053 +0000 UTC m=+26.380542082 2026/04/26 01:11:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): >close: err= 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): close: 2026/04/26 01:11:29 DEBUG : file1(0x3bc5872cf8c0): >close: err=file already closed 2026/04/26 01:11:29 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:29 DEBUG : file1: vfs cache: starting upload 2026/04/26 01:11:29 DEBUG : file1.142d822c.partial: size = 11 OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1.142d822c.partial" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1.142d822c.partial 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1.142d822c.partial" 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1.142d822c.partial 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : file1.142d822c.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:29 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/26 01:11:29 DEBUG : file1.142d822c.partial: renamed to: file1 2026/04/26 01:11:29 INFO : file1: Copied (new) 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:29 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-26 01:11:29 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/26 01:11:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:29 INFO : file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : >WaitForWriters: 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/26 01:11:29 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : >WaitForWriters: 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:29 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:29 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:29 DEBUG : file1: newRWFileHandle: 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): openPending: 2026/04/26 01:11:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): >openPending: err= 2026/04/26 01:11:29 DEBUG : file1: >newRWFileHandle: err= 2026/04/26 01:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/26 01:11:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): _writeAt: size=7, off=0 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): >_writeAt: n=7, err= 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): _writeAt: size=6, off=5 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): >_writeAt: n=6, err= 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): close: 2026/04/26 01:11:29 DEBUG : file1: vfs cache: setting modification time to 2026-04-26 01:11:29.552829824 +0000 UTC m=+26.893042862 2026/04/26 01:11:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): >close: err= 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): _writeAt: size=5, off=0 2026/04/26 01:11:29 DEBUG : file1(0x3bc587282f80): >_writeAt: n=0, err=file already closed 2026/04/26 01:11:29 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:29 DEBUG : file1: vfs cache: starting upload 2026/04/26 01:11:29 DEBUG : file1.4cb22d6c.partial: size = 11 OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1.4cb22d6c.partial" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1.4cb22d6c.partial 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1.4cb22d6c.partial" 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1.4cb22d6c.partial 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : file1.4cb22d6c.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:29 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/26 01:11:29 DEBUG : file1.4cb22d6c.partial: renamed to: file1 2026/04/26 01:11:29 INFO : file1: Copied (new) 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:29 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-26 01:11:29 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/26 01:11:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:29 INFO : file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:29 DEBUG : Looking for writers 2026/04/26 01:11:29 DEBUG : file1: reading active writers 2026/04/26 01:11:29 DEBUG : >WaitForWriters: 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:29 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:29 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/26 01:11:30 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : >WaitForWriters: 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:30 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:30 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:30 DEBUG : file1: newRWFileHandle: 2026/04/26 01:11:30 DEBUG : file1(0x3bc587283800): openPending: 2026/04/26 01:11:30 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:30 DEBUG : file1(0x3bc587283800): >openPending: err= 2026/04/26 01:11:30 DEBUG : file1: >newRWFileHandle: err= 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:30 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/26 01:11:30 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/26 01:11:30 DEBUG : file1(0x3bc587283800): close: 2026/04/26 01:11:30 DEBUG : file1: vfs cache: setting modification time to 2026-04-26 01:11:30.072394533 +0000 UTC m=+27.412607572 2026/04/26 01:11:30 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:30 DEBUG : file1(0x3bc587283800): >close: err= 2026/04/26 01:11:30 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/26 01:11:30 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/26 01:11:30 DEBUG : file2: newRWFileHandle: 2026/04/26 01:11:30 DEBUG : file2(0x3bc587283c80): openPending: 2026/04/26 01:11:30 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/26 01:11:30 DEBUG : file2(0x3bc587283c80): >openPending: err= 2026/04/26 01:11:30 DEBUG : file2: >newRWFileHandle: err= 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/26 01:11:30 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/26 01:11:30 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/26 01:11:30 DEBUG : file2(0x3bc587283c80): RWFileHandle.Flush 2026/04/26 01:11:30 DEBUG : file2(0x3bc587283c80): RWFileHandle.Release 2026/04/26 01:11:30 DEBUG : file2(0x3bc587283c80): close: 2026/04/26 01:11:30 DEBUG : file2: vfs cache: setting modification time to 2026-04-26 01:11:30.073250219 +0000 UTC m=+27.413463248 2026/04/26 01:11:30 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:30 DEBUG : file2(0x3bc587283c80): >close: err= 2026/04/26 01:11:30 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : file2: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : file2: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : file2: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : file2: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/26 01:11:30 DEBUG : file2: vfs cache: starting upload 2026/04/26 01:11:30 DEBUG : file1: vfs cache: starting upload 2026/04/26 01:11:30 DEBUG : file2.e2fc011a.partial: size = 0 OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file2.e2fc011a.partial" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file2.e2fc011a.partial 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file2.e2fc011a.partial" 2026/04/26 01:11:30 DEBUG : file1.dcb73607.partial: size = 0 OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1.dcb73607.partial" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1.dcb73607.partial 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1.dcb73607.partial" 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : file2: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file2.e2fc011a.partial 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file2.e2fc011a.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:30 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file1.dcb73607.partial 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file1.dcb73607.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:30 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/26 01:11:30 DEBUG : file2.e2fc011a.partial: renamed to: file2 2026/04/26 01:11:30 INFO : file2: Copied (new) 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:30 DEBUG : file1.dcb73607.partial: renamed to: file1 2026/04/26 01:11:30 INFO : file1: Copied (new) 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:30 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-26 01:11:30 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:30 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-26 01:11:30 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/26 01:11:30 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:30 INFO : file2: vfs cache: upload succeeded try #1 2026/04/26 01:11:30 INFO : file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : file2: reading active writers 2026/04/26 01:11:30 DEBUG : >WaitForWriters: 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file2" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-ceqofel5wabe/file2 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/26 01:11:30 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : file2: reading active writers 2026/04/26 01:11:30 DEBUG : >WaitForWriters: 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.71s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:30 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:30 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:30 DEBUG : file1: newRWFileHandle: 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): openPending: 2026/04/26 01:11:30 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): >openPending: err= 2026/04/26 01:11:30 DEBUG : file1: >newRWFileHandle: err= 2026/04/26 01:11:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:30 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/26 01:11:30 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): _writeAt: size=5, off=0 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): >_writeAt: n=5, err= 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): RWFileHandle.Flush 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): RWFileHandle.Flush 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): close: 2026/04/26 01:11:30 DEBUG : file1: vfs cache: setting modification time to 2026-04-26 01:11:30.783894129 +0000 UTC m=+28.124107167 2026/04/26 01:11:30 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:30 DEBUG : file1(0x3bc5875b8c40): >close: err= 2026/04/26 01:11:30 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:30 DEBUG : file1: vfs cache: starting upload 2026/04/26 01:11:30 DEBUG : file1.fa935900.partial: size = 5 OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1.fa935900.partial" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1.fa935900.partial 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1.fa935900.partial" 2026/04/26 01:11:30 DEBUG : Looking for writers 2026/04/26 01:11:30 DEBUG : file1: reading active writers 2026/04/26 01:11:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1.fa935900.partial 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:30 DEBUG : file1.fa935900.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:30 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:30 DEBUG : file1.fa935900.partial: renamed to: file1 2026/04/26 01:11:30 INFO : file1: Copied (new) 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:30 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:31 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:31 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-26 01:11:30 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/26 01:11:31 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:31 INFO : file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : >WaitForWriters: 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:31 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:31 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:31 DEBUG : file1: newRWFileHandle: 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): openPending: 2026/04/26 01:11:31 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): >openPending: err= 2026/04/26 01:11:31 DEBUG : file1: >newRWFileHandle: err= 2026/04/26 01:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:31 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/26 01:11:31 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): _writeAt: size=5, off=0 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): >_writeAt: n=5, err= 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): RWFileHandle.Release 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): close: 2026/04/26 01:11:31 DEBUG : file1: vfs cache: setting modification time to 2026-04-26 01:11:31.103892031 +0000 UTC m=+28.444105059 2026/04/26 01:11:31 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): >close: err= 2026/04/26 01:11:31 DEBUG : file1(0x3bc586f0a480): RWFileHandle.Release 2026/04/26 01:11:31 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:31 DEBUG : file1: vfs cache: starting upload 2026/04/26 01:11:31 DEBUG : file1.ebf64098.partial: size = 5 OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1.ebf64098.partial" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1.ebf64098.partial 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1.ebf64098.partial" 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1.ebf64098.partial 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:31 DEBUG : file1.ebf64098.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:31 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:31 DEBUG : file1.ebf64098.partial: renamed to: file1 2026/04/26 01:11:31 INFO : file1: Copied (new) 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:31 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:31 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-26 01:11:31 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/26 01:11:31 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:31 INFO : file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : >WaitForWriters: 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:31 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:31 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:31 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/26 01:11:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:31 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:31 DEBUG : dir/file1(0x3bc5875b8600): openPending: 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:31 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/26 01:11:31 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/26 01:11:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:31 DEBUG : dir/file1(0x3bc5875b8600): >openPending: err= 2026/04/26 01:11:31 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/26 01:11:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/26 01:11:31 DEBUG : dir/file1(0x3bc5875b8600): _writeAt: size=5, off=0 2026/04/26 01:11:31 DEBUG : dir/file1(0x3bc5875b8600): >_writeAt: n=5, err= 2026/04/26 01:11:31 DEBUG : dir/file1(0x3bc5875b8600): close: 2026/04/26 01:11:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:31 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-26 01:11:31.719814485 +0000 UTC m=+29.060027554 2026/04/26 01:11:31 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:31 DEBUG : dir/file1(0x3bc5875b8600): >close: err= 2026/04/26 01:11:31 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:31 DEBUG : dir: Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : dir: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:31 DEBUG : dir: Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : dir: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:31 DEBUG : dir: Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : dir: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:31 DEBUG : dir: Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : dir: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:31 DEBUG : dir/file1: vfs cache: starting upload 2026/04/26 01:11:31 DEBUG : dir/file1.08ef8168.partial: size = 5 OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1.08ef8168.partial" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1.08ef8168.partial 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1.08ef8168.partial" 2026/04/26 01:11:31 DEBUG : dir: Looking for writers 2026/04/26 01:11:31 DEBUG : file1: reading active writers 2026/04/26 01:11:31 DEBUG : Looking for writers 2026/04/26 01:11:31 DEBUG : dir: reading active writers 2026/04/26 01:11:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/dir/file1.08ef8168.partial 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:31 DEBUG : dir/file1.08ef8168.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:31 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:31 DEBUG : dir/file1.08ef8168.partial: renamed to: dir/file1 2026/04/26 01:11:31 INFO : dir/file1: Copied (replaced existing) 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:31 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-26 01:11:31 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:32 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:32 DEBUG : dir: Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : dir: reading active writers 2026/04/26 01:11:32 DEBUG : >WaitForWriters: 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:32 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/26 01:11:32 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:32 DEBUG : dir/file1: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/26 01:11:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): _writeAt: size=5, off=0 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): openPending: 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/26 01:11:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): >openPending: err= 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): >_writeAt: n=5, err= 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): _writeAt: size=15, off=5 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): >_writeAt: n=15, err= 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): close: 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-26 01:11:32.340399452 +0000 UTC m=+29.680612490 2026/04/26 01:11:32 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : dir/file1(0x3bc586e61140): >close: err= 2026/04/26 01:11:32 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:32 DEBUG : dir: Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : dir: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:32 DEBUG : dir: Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : dir: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:32 DEBUG : dir: Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : dir: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:32 DEBUG : dir: Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : dir: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: starting upload 2026/04/26 01:11:32 DEBUG : dir/file1.a1c0900f.partial: size = 20 OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1.a1c0900f.partial" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1.a1c0900f.partial 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1.a1c0900f.partial" 2026/04/26 01:11:32 DEBUG : dir: Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : dir: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-ceqofel5wabe/dir/file1.a1c0900f.partial 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : dir/file1.a1c0900f.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/26 01:11:32 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/26 01:11:32 DEBUG : dir/file1.a1c0900f.partial: renamed to: dir/file1 2026/04/26 01:11:32 INFO : dir/file1: Copied (replaced existing) 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-26 01:11:32 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/26 01:11:32 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:32 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:32 DEBUG : dir: Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : dir: reading active writers 2026/04/26 01:11:32 DEBUG : >WaitForWriters: 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:32 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:32 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:32 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:32 DEBUG : file1: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : file1(0x3bc58770ba80): openPending: 2026/04/26 01:11:32 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:32 DEBUG : file1(0x3bc58770ba80): >openPending: err= 2026/04/26 01:11:32 DEBUG : file1: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:32 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/26 01:11:32 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/26 01:11:32 DEBUG : file1(0x3bc58770ba80): _writeAt: size=5, off=0 2026/04/26 01:11:32 DEBUG : file1(0x3bc58770ba80): >_writeAt: n=5, err= 2026/04/26 01:11:32 DEBUG : file1(0x3bc58770ba80): close: 2026/04/26 01:11:32 DEBUG : file1: vfs cache: setting modification time to 2026-04-26 01:11:32.662722607 +0000 UTC m=+30.002935645 2026/04/26 01:11:32 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : file1(0x3bc58770ba80): >close: err= 2026/04/26 01:11:32 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:32 DEBUG : file1: vfs cache: starting upload 2026/04/26 01:11:32 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:32 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:32 DEBUG : file1.3cdc385c.partial: size = 5 OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1.3cdc385c.partial" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1.3cdc385c.partial 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1.3cdc385c.partial" 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1.3cdc385c.partial 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : file1.3cdc385c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:32 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:32 DEBUG : file1.3cdc385c.partial: renamed to: file1 2026/04/26 01:11:32 INFO : file1: Copied (new) 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:32 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:32 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-26 01:11:32 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/26 01:11:32 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:32 INFO : file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:32 DEBUG : Looking for writers 2026/04/26 01:11:32 DEBUG : file1: reading active writers 2026/04/26 01:11:32 DEBUG : >WaitForWriters: 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:32 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/26 01:11:32 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9740): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9740): >openPending: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9740): _writeAt: size=5, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9740): >_writeAt: n=5, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9740): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.987890538 +0000 UTC m=+30.328103606 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9740): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): _readAt: size=2, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): >openPending: err= 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): >_readAt: n=2, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): _writeAt: size=3, off=2 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.987890538 +0000 UTC m=+30.328103606 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5875b9bc0): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba180): _readAt: size=512, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba180): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba180): >openPending: err= 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba180): >_readAt: n=5, err=EOF 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba180): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.987890538 +0000 UTC m=+30.328103606 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba180): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: Remove: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708ac40 item 1 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba7c0): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba7c0): >openPending: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba7c0): _writeAt: size=5, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba7c0): >_writeAt: n=5, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba7c0): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.9914688 +0000 UTC m=+30.331681867 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ba7c0): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bacc0): _readAt: size=512, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bacc0): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bacc0): >openPending: err= 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bacc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bacc0): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.9914688 +0000 UTC m=+30.331681867 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bacc0): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: Remove: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b1f0 item 2 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb300): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb300): >openPending: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb300): _writeAt: size=5, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb300): >_writeAt: n=5, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb300): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.993679076 +0000 UTC m=+30.333892144 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb300): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): _readAt: size=2, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): >openPending: err= 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): >_readAt: n=2, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): _writeAt: size=3, off=2 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.993679076 +0000 UTC m=+30.333892144 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bb780): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bbc40): _readAt: size=512, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bbc40): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bbc40): >openPending: err= 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bbc40): >_readAt: n=5, err=EOF 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bbc40): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.993679076 +0000 UTC m=+30.333892144 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876bbc40): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: Remove: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b5e0 item 3 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc3c0): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc3c0): >openPending: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc3c0): _writeAt: size=5, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc3c0): >_writeAt: n=5, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc3c0): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.996758325 +0000 UTC m=+30.336971382 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc3c0): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc900): _readAt: size=512, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc900): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc900): >openPending: err= 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc900): >_readAt: n=5, err=EOF 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc900): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.996758325 +0000 UTC m=+30.336971382 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cc900): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: Remove: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708bb90 item 4 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ccf40): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ccf40): >openPending: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ccf40): _writeAt: size=5, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ccf40): >_writeAt: n=5, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ccf40): close: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.999215889 +0000 UTC m=+30.339428957 2026/04/26 01:11:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876ccf40): >close: err= 2026/04/26 01:11:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/26 01:11:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cd3c0): _readAt: size=2, off=0 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cd3c0): openPending: 2026/04/26 01:11:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cd3c0): >openPending: err= 2026/04/26 01:11:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cd3c0): >_readAt: n=2, err= 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cd3c0): _writeAt: size=3, off=2 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cd3c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:32 DEBUG : open-test-file(0x3bc5876cd3c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.999215889 +0000 UTC m=+30.339428957 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876cd3c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876cd880): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876cd880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876cd880): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876cd880): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876cd880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:32.999215889 +0000 UTC m=+30.339428957 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876cd880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586879030 item 5 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.002530502 +0000 UTC m=+30.342743570 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de540): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de540): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de540): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de540): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de540): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.002530502 +0000 UTC m=+30.342743570 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876de540): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586912000 item 6 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876debc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876debc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876debc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876debc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876debc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.004928653 +0000 UTC m=+30.345141712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876debc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.004928653 +0000 UTC m=+30.345141712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092280): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092280): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092280): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092280): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092280): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.004928653 +0000 UTC m=+30.345141712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce52d0 item 7 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092900): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092900): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092900): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.00851487 +0000 UTC m=+30.348727928 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092e40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092e40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092e40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092e40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092e40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.00851487 +0000 UTC m=+30.348727928 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092e40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce5960 item 8 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093400): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc587093400): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093400): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093400): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093400): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093400): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870937c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870937c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870937c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870937c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870937c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.011151582 +0000 UTC m=+30.351364640 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870937c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.011151582 +0000 UTC m=+30.351364640 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0240): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0240): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0240): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.011151582 +0000 UTC m=+30.351364640 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce5ce0 item 9 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b08c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b08c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b08c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b08c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b08c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.014405921 +0000 UTC m=+30.354618979 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b08c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0e00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0e00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0e00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0e00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0e00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.014405921 +0000 UTC m=+30.354618979 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b0e00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871be8c0 item 10 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1440): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5870b1440): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1440): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1440): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1440): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1440): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1440): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1800): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1800): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1800): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1800): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1800): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.017368389 +0000 UTC m=+30.357581447 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1800): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.017368389 +0000 UTC m=+30.357581447 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870b1d00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa300): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa300): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa300): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa300): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa300): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.017368389 +0000 UTC m=+30.357581447 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa300): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bf180 item 11 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa980): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa980): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa980): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.019982418 +0000 UTC m=+30.360195456 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fa980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870faec0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870faec0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870faec0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870faec0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870faec0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.019982418 +0000 UTC m=+30.360195456 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870faec0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bf7a0 item 12 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb500): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5870fb500): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb500): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb500): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb500): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb500): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb8c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb8c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb8c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb8c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb8c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.021951219 +0000 UTC m=+30.362164257 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870fb8c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110080): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110080): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110080): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.021951219 +0000 UTC m=+30.362164257 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bfb20 item 13 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110700): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110700): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110700): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.023728357 +0000 UTC m=+30.363941395 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110c40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110c40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110c40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110c40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110c40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.023728357 +0000 UTC m=+30.363941395 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587110c40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e8230 item 14 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111280): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc587111280): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111280): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111280): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111280): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111280): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111640): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111640): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111640): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.025605184 +0000 UTC m=+30.365818222 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111d00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111d00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111d00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111d00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111d00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.025605184 +0000 UTC m=+30.365818222 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587111d00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e8620 item 15 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587142480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587142480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587142480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587142480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587142480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.029017501 +0000 UTC m=+30.369230559 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587142480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871429c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871429c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871429c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871429c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871429c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.029017501 +0000 UTC m=+30.369230559 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871429c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e8a80 item 16 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.030658262 +0000 UTC m=+30.370871340 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.030658262 +0000 UTC m=+30.370871340 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143980): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143980): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143980): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.030658262 +0000 UTC m=+30.370871340 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587143980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e9490 item 17 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162100): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.032556328 +0000 UTC m=+30.372769356 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162640): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162640): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162640): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.032556328 +0000 UTC m=+30.372769356 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e9960 item 18 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162cc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162cc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.033914995 +0000 UTC m=+30.374128023 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587162cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.033914995 +0000 UTC m=+30.374128023 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871631c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871636c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871636c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871636c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871636c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871636c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.033914995 +0000 UTC m=+30.374128023 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871636c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e9ce0 item 19 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587163d40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587163d40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587163d40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587163d40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587163d40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.035543182 +0000 UTC m=+30.375756210 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587163d40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2380): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2380): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2380): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.035543182 +0000 UTC m=+30.375756210 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd50a0 item 20 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75a00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75a00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.036855832 +0000 UTC m=+30.377068860 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.036855832 +0000 UTC m=+30.377068860 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066580): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066580): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066580): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.036855832 +0000 UTC m=+30.377068860 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231180 item 21 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066c00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066c00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066c00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066c00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066c00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.038350696 +0000 UTC m=+30.378563724 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066c00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067140): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067140): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067140): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.038350696 +0000 UTC m=+30.378563724 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231880 item 22 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870677c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870677c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870677c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870677c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870677c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.039652676 +0000 UTC m=+30.379865725 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870677c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.039652676 +0000 UTC m=+30.379865725 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e2c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e2c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e2c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e2c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e2c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.039652676 +0000 UTC m=+30.379865725 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e2c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231c00 item 23 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.042454151 +0000 UTC m=+30.382667189 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721e940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721ee80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721ee80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721ee80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721ee80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721ee80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.042454151 +0000 UTC m=+30.382667189 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721ee80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622310 item 24 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f4c0): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc58721f4c0): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f4c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f4c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f4c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f880): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f880): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f880): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.043851731 +0000 UTC m=+30.384064769 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721f880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.043851731 +0000 UTC m=+30.384064769 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721fd80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872423c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872423c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872423c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872423c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872423c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.043851731 +0000 UTC m=+30.384064769 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872423c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622690 item 25 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242a40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242a40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242a40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242a40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242a40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.045815963 +0000 UTC m=+30.386029001 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242a40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242f80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242f80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242f80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242f80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242f80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.045815963 +0000 UTC m=+30.386029001 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587242f80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622d90 item 26 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872435c0): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5872435c0): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872435c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872435c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872435c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872435c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872435c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243980): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243980): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243980): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.049250674 +0000 UTC m=+30.389463712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.049250674 +0000 UTC m=+30.389463712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587243e80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e4c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e4c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.049250674 +0000 UTC m=+30.389463712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623110 item 27 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727eb40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727eb40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727eb40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727eb40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727eb40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.05122299 +0000 UTC m=+30.391436018 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727eb40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f080): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f080): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f080): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.05122299 +0000 UTC m=+30.391436018 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5876235e0 item 28 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df1c0): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5876df1c0): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df1c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df1c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df1c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df1c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df1c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df580): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df580): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df580): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.052864091 +0000 UTC m=+30.393077119 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876df580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876dfc40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876dfc40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876dfc40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876dfc40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876dfc40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.052864091 +0000 UTC m=+30.393077119 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876dfc40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5869139d0 item 29 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f83c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f83c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f83c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f83c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f83c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.054310104 +0000 UTC m=+30.394523131 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f83c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8900): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8900): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8900): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.054310104 +0000 UTC m=+30.394523131 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870da230 item 30 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8f40): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5876f8f40): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8f40): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8f40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8f40): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8f40): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f8f40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f9300): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f9300): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f9300): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f9300): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f9300): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.055707754 +0000 UTC m=+30.395920782 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f9300): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f99c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f99c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f99c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f99c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f99c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.055707754 +0000 UTC m=+30.395920782 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5876f99c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870da620 item 31 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322140): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322140): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.057036135 +0000 UTC m=+30.397249163 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322680): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322680): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322680): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322680): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322680): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.057036135 +0000 UTC m=+30.397249163 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322680): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870da9a0 item 32 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322cc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322cc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.058484071 +0000 UTC m=+30.398697109 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587322cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870dad20 item 33 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.058973185 +0000 UTC m=+30.399186253 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323640): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323640): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323640): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.058973185 +0000 UTC m=+30.399186253 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870daee0 item 33 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323c80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323c80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323c80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323c80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323c80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.060333224 +0000 UTC m=+30.400546262 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587323c80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870db6c0 item 34 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.06084385 +0000 UTC m=+30.401056917 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e740): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e740): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e740): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.06084385 +0000 UTC m=+30.401056917 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734e740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870db960 item 34 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734ed80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734ed80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734ed80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734ed80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734ed80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.062168242 +0000 UTC m=+30.402381290 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734ed80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e081c0 item 35 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.062650163 +0000 UTC m=+30.402863191 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f700): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f700): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f700): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.062650163 +0000 UTC m=+30.402863191 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734f700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08380 item 35 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734fd80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734fd80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734fd80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734fd80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734fd80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.063975857 +0000 UTC m=+30.404188886 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58734fd80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e087e0 item 36 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.064579679 +0000 UTC m=+30.404792717 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a8c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a8c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a8c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a8c0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a8c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.064579679 +0000 UTC m=+30.404792717 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a8c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08a80 item 36 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736af00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736af00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736af00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736af00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736af00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.065687151 +0000 UTC m=+30.405900179 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736af00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08e00 item 37 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.066408575 +0000 UTC m=+30.406621613 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b880): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b880): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b880): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.066408575 +0000 UTC m=+30.406621613 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e090a0 item 37 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.068749016 +0000 UTC m=+30.408962054 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e09490 item 38 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.069653587 +0000 UTC m=+30.409866665 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a26c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a26c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a26c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a26c0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a26c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.069653587 +0000 UTC m=+30.409866665 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a26c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e097a0 item 38 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944ac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944ac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944ac0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944ac0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944ac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.071516647 +0000 UTC m=+30.411729685 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944ac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622310 item 39 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): close: 2026/04/26 01:11:33 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:33 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.071997696 +0000 UTC m=+30.412210734 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945040): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869456c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869456c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869456c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869456c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869456c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.071997696 +0000 UTC m=+30.412210734 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869456c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5876224d0 item 39 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945d40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945d40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945d40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945d40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945d40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.07356688 +0000 UTC m=+30.413779908 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945d40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622930 item 40 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.074051706 +0000 UTC m=+30.414264735 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2b40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2b40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2b40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2b40): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2b40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.074051706 +0000 UTC m=+30.414264735 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a2b40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622c40 item 40 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.075422466 +0000 UTC m=+30.415635495 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3600): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3600): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3600): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622fc0 item 41 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3600): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3600): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.075881344 +0000 UTC m=+30.416094372 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3600): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623180 item 41 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.076366421 +0000 UTC m=+30.416579459 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a3ac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0a4c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0a4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0a4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0a4c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0a4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.076366421 +0000 UTC m=+30.416579459 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0a4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623340 item 41 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.077621171 +0000 UTC m=+30.417834200 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b600): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bbc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bbc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bbc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623730 item 42 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bbc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bbc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.078058478 +0000 UTC m=+30.418271507 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bbc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5876238f0 item 42 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.078633545 +0000 UTC m=+30.418846583 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e603c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e603c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e603c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e603c0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e603c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.078633545 +0000 UTC m=+30.418846583 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e603c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623ab0 item 42 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.079976853 +0000 UTC m=+30.420189881 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60f00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60f00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60f00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623e30 item 43 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60f00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60f00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.080458603 +0000 UTC m=+30.420671641 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60f00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08230 item 43 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.080964239 +0000 UTC m=+30.421177267 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e614c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61a00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61a00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.080964239 +0000 UTC m=+30.421177267 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e083f0 item 43 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.082386185 +0000 UTC m=+30.422599213 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a640): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a640): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08850 item 44 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a640): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.082877273 +0000 UTC m=+30.423090301 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770a640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08af0 item 44 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.083425369 +0000 UTC m=+30.423638397 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770ab80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b100): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b100): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b100): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.083425369 +0000 UTC m=+30.423638397 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08cb0 item 44 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.084793755 +0000 UTC m=+30.425006823 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770b7c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770bcc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770bcc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770bcc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e09110 item 45 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770bcc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770bcc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.085309881 +0000 UTC m=+30.425522908 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58770bcc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ab80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ab80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ab80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ab80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ab80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.085309881 +0000 UTC m=+30.425522908 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ab80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e09ce0 item 45 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.086769087 +0000 UTC m=+30.426982116 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8ba80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74280): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74280): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74280): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd4a80 item 46 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74280): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74280): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.08728401 +0000 UTC m=+30.427497038 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74dc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74dc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74dc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74dc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74dc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.08728401 +0000 UTC m=+30.427497038 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74dc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd4d20 item 46 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.088860389 +0000 UTC m=+30.429073416 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d759c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d759c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d759c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712e1c0 item 47 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d759c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d759c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.089750681 +0000 UTC m=+30.429963709 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d759c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a240): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a240): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a240): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.089750681 +0000 UTC m=+30.429963709 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712e460 item 47 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.091208976 +0000 UTC m=+30.431422004 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736a880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736ad80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736ad80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736ad80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712e930 item 48 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736ad80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736ad80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.091668805 +0000 UTC m=+30.431881834 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736ad80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b480): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b480): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.091668805 +0000 UTC m=+30.431881834 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736b480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712eaf0 item 48 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736bac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736bac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736bac0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736bac0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736bac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.093171836 +0000 UTC m=+30.433384884 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58736bac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712ee70 item 49 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.093637847 +0000 UTC m=+30.433850875 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e640): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e640): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e640): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.093637847 +0000 UTC m=+30.433850875 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6e640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712f030 item 49 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6ecc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6ecc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6ecc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6ecc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6ecc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.0950054 +0000 UTC m=+30.435218428 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6ecc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712f570 item 50 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.095578293 +0000 UTC m=+30.435791322 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f1c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f740): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f740): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f740): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.095578293 +0000 UTC m=+30.435791322 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6f740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712f730 item 50 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6fdc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6fdc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6fdc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6fdc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6fdc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.096849144 +0000 UTC m=+30.437062172 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6fdc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712fab0 item 51 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.097457985 +0000 UTC m=+30.437671013 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c3c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c900): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c900): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c900): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.097457985 +0000 UTC m=+30.437671013 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712fce0 item 51 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7cf80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7cf80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7cf80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7cf80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7cf80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.098547093 +0000 UTC m=+30.438760131 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7cf80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875881c0 item 52 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.098988917 +0000 UTC m=+30.439201945 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7da00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7da00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7da00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7da00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7da00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.098988917 +0000 UTC m=+30.439201945 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7da00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588380 item 52 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6180): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6180): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6180): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6180): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6180): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.100012061 +0000 UTC m=+30.440225089 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6180): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875887e0 item 53 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.100618888 +0000 UTC m=+30.440831926 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6680): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6bc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6bc0): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.100618888 +0000 UTC m=+30.440831926 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec6bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588a10 item 53 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7240): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7240): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7240): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.101958669 +0000 UTC m=+30.442171697 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588ee0 item 54 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.102524519 +0000 UTC m=+30.442737557 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7cc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7cc0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.102524519 +0000 UTC m=+30.442737557 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ec7cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875890a0 item 54 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc440): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc440): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc440): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc440): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc440): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.103829464 +0000 UTC m=+30.444042492 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc440): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587589420 item 55 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.104357091 +0000 UTC m=+30.444570150 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efc940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efce80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efce80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efce80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efce80): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efce80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.104357091 +0000 UTC m=+30.444570150 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efce80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875895e0 item 55 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efd500): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efd500): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efd500): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efd500): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efd500): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.105744473 +0000 UTC m=+30.445957501 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efd500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587589960 item 56 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.106291887 +0000 UTC m=+30.446504925 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586efda00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90080): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90080): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90080): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.106291887 +0000 UTC m=+30.446504925 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587589b20 item 56 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.107465675 +0000 UTC m=+30.447678703 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f906c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90c00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90c00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90c00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e66000 item 57 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90c00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90c00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.107970629 +0000 UTC m=+30.448183697 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f90c00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e663f0 item 57 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.108507804 +0000 UTC m=+30.448720832 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f916c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f916c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f916c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f916c0): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f916c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.108507804 +0000 UTC m=+30.448720832 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f916c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e66a10 item 57 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.109888583 +0000 UTC m=+30.450101611 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f91d00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc340): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc340): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e676c0 item 58 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc340): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.110333304 +0000 UTC m=+30.450546332 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e67960 item 58 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.111052042 +0000 UTC m=+30.451265069 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcc880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcce40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcce40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcce40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcce40): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcce40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.111052042 +0000 UTC m=+30.451265069 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcce40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e67c70 item 58 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.112450495 +0000 UTC m=+30.452663543 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd9c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd9c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd9c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875282a0 item 59 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd9c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd9c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.112819913 +0000 UTC m=+30.453032941 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcd9c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528460 item 59 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.113260705 +0000 UTC m=+30.453473743 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe580): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe580): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe580): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.113260705 +0000 UTC m=+30.453473743 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffe580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528620 item 59 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.114420497 +0000 UTC m=+30.454633525 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ffebc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528a10 item 60 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff100): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.114820663 +0000 UTC m=+30.455033691 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528bd0 item 60 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.115465341 +0000 UTC m=+30.455678369 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fff640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fffc00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fffc00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fffc00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fffc00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fffc00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.115465341 +0000 UTC m=+30.455678369 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fffc00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528d90 item 60 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.122818075 +0000 UTC m=+30.463031103 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052880): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052880): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587529110 item 61 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052880): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.123285008 +0000 UTC m=+30.463498036 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052f80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052f80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052f80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052f80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052f80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.123285008 +0000 UTC m=+30.463498036 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587052f80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875292d0 item 61 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.126568922 +0000 UTC m=+30.466781950 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870535c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587053b00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587053b00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587053b00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587529730 item 62 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587053b00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587053b00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.127019224 +0000 UTC m=+30.467232252 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587053b00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078300): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078300): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078300): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078300): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078300): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.127019224 +0000 UTC m=+30.467232252 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078300): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875298f0 item 62 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.128279795 +0000 UTC m=+30.468492823 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078e80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078e80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078e80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587529ce0 item 63 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078e80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078e80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.128682546 +0000 UTC m=+30.468895584 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587078e80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079580): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079580): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079580): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.128682546 +0000 UTC m=+30.468895584 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252000 item 63 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.129941635 +0000 UTC m=+30.470154663 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587079bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa200): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa200): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252380 item 64 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa200): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.130517624 +0000 UTC m=+30.470730652 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa900): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa900): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa900): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.130517624 +0000 UTC m=+30.470730652 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aa900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252540 item 64 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aaf40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aaf40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aaf40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aaf40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aaf40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.132065078 +0000 UTC m=+30.472278106 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870aaf40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252930 item 65 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.132453933 +0000 UTC m=+30.472666961 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab3c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab8c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab8c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab8c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab8c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab8c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.132453933 +0000 UTC m=+30.472666961 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870ab8c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252af0 item 65 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.133846564 +0000 UTC m=+30.474059602 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252f50 item 66 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.134360174 +0000 UTC m=+30.474573203 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e6480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e69c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e69c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e69c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e69c0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e69c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.134360174 +0000 UTC m=+30.474573203 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e69c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253110 item 66 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.135472266 +0000 UTC m=+30.475685293 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253490 item 67 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.135942835 +0000 UTC m=+30.476155863 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7980): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7980): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7980): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.135942835 +0000 UTC m=+30.476155863 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870e7980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253650 item 67 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106100): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.137148203 +0000 UTC m=+30.477361251 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253ab0 item 68 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.1377817 +0000 UTC m=+30.477994738 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106600): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106b40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106b40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106b40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106b40): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106b40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.1377817 +0000 UTC m=+30.477994738 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106b40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253ce0 item 68 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107180): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107180): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107180): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107180): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107180): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.139148212 +0000 UTC m=+30.479361240 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107180): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755a2a0 item 69 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.139550533 +0000 UTC m=+30.479763571 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107600): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107b00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107b00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107b00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107b00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107b00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.139550533 +0000 UTC m=+30.479763571 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107b00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755a9a0 item 69 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e280): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e280): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e280): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e280): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e280): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.140680938 +0000 UTC m=+30.480893966 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755b5e0 item 70 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.141339233 +0000 UTC m=+30.481552260 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711e780): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711ecc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711ecc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711ecc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711ecc0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711ecc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.141339233 +0000 UTC m=+30.481552260 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711ecc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755b880 item 70 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f340): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f340): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f340): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.142407079 +0000 UTC m=+30.482620108 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587540150 item 71 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.142840679 +0000 UTC m=+30.483053707 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711f840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711fd40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711fd40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711fd40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711fd40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711fd40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.142840679 +0000 UTC m=+30.483053707 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58711fd40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587540310 item 71 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c4c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c4c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.144066666 +0000 UTC m=+30.484279693 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587540690 item 72 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.144607738 +0000 UTC m=+30.484820767 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714c9c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714cf00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714cf00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714cf00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714cf00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714cf00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.144607738 +0000 UTC m=+30.484820767 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714cf00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875409a0 item 72 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.145661509 +0000 UTC m=+30.485874537 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d9c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d9c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d9c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587540f50 item 73 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d9c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d9c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.146073908 +0000 UTC m=+30.486286937 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714d9c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587541110 item 73 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.146586588 +0000 UTC m=+30.486799615 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58714de80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871744c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871744c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871744c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871744c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871744c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.146586588 +0000 UTC m=+30.486799615 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871744c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875412d0 item 73 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.147875392 +0000 UTC m=+30.488088440 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587174b00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587541650 item 74 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.14831833 +0000 UTC m=+30.488531368 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587541810 item 74 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.148799339 +0000 UTC m=+30.489012367 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175540): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175ac0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175ac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175ac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175ac0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175ac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.148799339 +0000 UTC m=+30.489012367 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587175ac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875419d0 item 74 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.150032028 +0000 UTC m=+30.490245097 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4700): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4700): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587541d50 item 75 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4700): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.150428447 +0000 UTC m=+30.490641485 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c740e0 item 75 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.150918814 +0000 UTC m=+30.491131842 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b4c40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5180): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5180): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5180): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5180): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5180): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.150918814 +0000 UTC m=+30.491131842 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5180): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c745b0 item 75 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.151998563 +0000 UTC m=+30.492211591 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b57c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5cc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c75030 item 76 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5cc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.152424087 +0000 UTC m=+30.492637115 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871b5cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c751f0 item 76 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.153062234 +0000 UTC m=+30.493275262 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6300): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6880): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6880): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6880): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.153062234 +0000 UTC m=+30.493275262 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c75490 item 76 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.15418786 +0000 UTC m=+30.494400889 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d6ec0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d73c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d73c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d73c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c75ab0 item 77 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d73c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d73c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.154622051 +0000 UTC m=+30.494835079 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d73c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d7ac0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d7ac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d7ac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d7ac0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d7ac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.154622051 +0000 UTC m=+30.494835079 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d7ac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c75e30 item 77 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.155935362 +0000 UTC m=+30.496148440 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6700): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6700): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf28c0 item 78 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6700): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.156374092 +0000 UTC m=+30.496587120 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6e00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6e00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6e00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6e00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6e00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.156374092 +0000 UTC m=+30.496587120 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f6e00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf2c40 item 78 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.158017147 +0000 UTC m=+30.498230175 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7440): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf3420 item 79 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.158482235 +0000 UTC m=+30.498695263 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f7940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218140): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218140): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218140): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.158482235 +0000 UTC m=+30.498695263 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf37a0 item 79 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.159872853 +0000 UTC m=+30.500085880 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218780): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218c80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218c80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218c80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf3c00 item 80 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218c80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218c80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.160377386 +0000 UTC m=+30.500590415 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587218c80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219380): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219380): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219380): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.160377386 +0000 UTC m=+30.500590415 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf3dc0 item 80 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872199c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872199c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872199c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872199c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872199c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.161825142 +0000 UTC m=+30.502038170 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872199c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ece5b0 item 81 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.162354241 +0000 UTC m=+30.502567269 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587219e40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723c480): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723c480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723c480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723c480): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723c480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.162354241 +0000 UTC m=+30.502567269 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723c480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecebd0 item 81 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723cb00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723cb00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723cb00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723cb00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723cb00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.163558567 +0000 UTC m=+30.503771595 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723cb00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecf490 item 82 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.164045538 +0000 UTC m=+30.504258565 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d580): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d580): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d580): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.164045538 +0000 UTC m=+30.504258565 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723d580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecf730 item 82 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723dc00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723dc00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723dc00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723dc00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723dc00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.165035047 +0000 UTC m=+30.505248075 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58723dc00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecfc70 item 83 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.165573655 +0000 UTC m=+30.505786683 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276740): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276740): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276740): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.165573655 +0000 UTC m=+30.505786683 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5877120e0 item 83 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276dc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276dc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276dc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276dc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276dc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.167115659 +0000 UTC m=+30.507328686 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587276dc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712540 item 84 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.167541304 +0000 UTC m=+30.507754331 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872772c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277840): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277840): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277840): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.167541304 +0000 UTC m=+30.507754331 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5877127e0 item 84 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277ec0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277ec0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277ec0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277ec0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277ec0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.168630933 +0000 UTC m=+30.508843961 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587277ec0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712b60 item 85 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.169149823 +0000 UTC m=+30.509362850 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730e4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730ea00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730ea00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730ea00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730ea00): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730ea00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.169149823 +0000 UTC m=+30.509362850 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730ea00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712d20 item 85 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f080): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f080): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f080): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.170300266 +0000 UTC m=+30.510513295 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5877131f0 item 86 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.170792035 +0000 UTC m=+30.511005073 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730f580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730fb00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730fb00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730fb00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730fb00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730fb00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.170792035 +0000 UTC m=+30.511005073 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58730fb00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5877133b0 item 86 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e280): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e280): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e280): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e280): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e280): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.171917121 +0000 UTC m=+30.512130149 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5877137a0 item 87 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.172385206 +0000 UTC m=+30.512598234 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732e780): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732ecc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732ecc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732ecc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732ecc0): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732ecc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.172385206 +0000 UTC m=+30.512598234 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732ecc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587713960 item 87 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f340): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f340): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f340): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.173543074 +0000 UTC m=+30.513756102 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708a700 item 88 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.173968117 +0000 UTC m=+30.514181145 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732f840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732fdc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732fdc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732fdc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732fdc0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732fdc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.173968117 +0000 UTC m=+30.514181145 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58732fdc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708a930 item 88 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.175149569 +0000 UTC m=+30.515362598 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358a40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358a40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358a40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708ae70 item 89 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358a40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358a40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.175521403 +0000 UTC m=+30.515734431 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358a40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b110 item 89 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.175995678 +0000 UTC m=+30.516208706 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587358f80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359500): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359500): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359500): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359500): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359500): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.175995678 +0000 UTC m=+30.516208706 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b340 item 89 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.177317136 +0000 UTC m=+30.517530163 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587359b40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a180): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a180): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a180): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b6c0 item 90 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a180): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a180): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.177698195 +0000 UTC m=+30.517911223 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a180): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b960 item 90 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.180583147 +0000 UTC m=+30.520796175 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739a6c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739ac80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739ac80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739ac80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739ac80): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739ac80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.180583147 +0000 UTC m=+30.520796175 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739ac80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708bb20 item 90 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.182223246 +0000 UTC m=+30.522436284 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b2c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b800): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b800): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b800): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586878d90 item 91 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b800): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b800): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.182691601 +0000 UTC m=+30.522904629 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739b800): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586879490 item 91 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.183287366 +0000 UTC m=+30.523500394 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58739bd40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874103c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874103c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874103c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874103c0): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874103c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.183287366 +0000 UTC m=+30.523500394 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874103c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586879880 item 91 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.184664368 +0000 UTC m=+30.524877396 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410f40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410f40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410f40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce42a0 item 92 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410f40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410f40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.185133756 +0000 UTC m=+30.525346784 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587410f40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce44d0 item 92 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.185680068 +0000 UTC m=+30.525893106 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411a40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411a40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411a40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411a40): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411a40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.185680068 +0000 UTC m=+30.525893106 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587411a40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce4770 item 92 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.187066698 +0000 UTC m=+30.527279726 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426180): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874266c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874266c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874266c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce4e70 item 93 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874266c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874266c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.18753366 +0000 UTC m=+30.527746689 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874266c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426dc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426dc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426dc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426dc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426dc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.18753366 +0000 UTC m=+30.527746689 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587426dc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce5180 item 93 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.18990487 +0000 UTC m=+30.530117919 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce5650 item 94 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.190350152 +0000 UTC m=+30.530563230 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587427940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442140): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442140): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442140): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.190350152 +0000 UTC m=+30.530563230 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce58f0 item 94 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.193378615 +0000 UTC m=+30.533591644 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442780): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442cc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce5c70 item 95 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442cc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.193840317 +0000 UTC m=+30.534053345 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587442cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874433c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874433c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874433c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874433c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874433c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.193840317 +0000 UTC m=+30.534053345 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874433c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871be070 item 95 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.195133842 +0000 UTC m=+30.535346869 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587443a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460040): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460040): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460040): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871be8c0 item 96 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460040): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460040): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.195658012 +0000 UTC m=+30.535871071 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460040): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460740): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460740): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460740): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.195658012 +0000 UTC m=+30.535871071 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871beee0 item 96 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= 2026/04/26 01:11:33 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : >WaitForWriters: 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:33 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/26 01:11:33 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460dc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460dc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460dc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460dc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460dc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.20221923 +0000 UTC m=+30.542432258 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460dc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.20221923 +0000 UTC m=+30.542432258 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460380): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460380): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460380): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.20221923 +0000 UTC m=+30.542432258 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bfc70 item 1 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874609c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874609c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874609c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874609c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874609c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.206584809 +0000 UTC m=+30.546797837 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874609c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461640): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461640): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461640): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.206584809 +0000 UTC m=+30.546797837 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871be8c0 item 2 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461c80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461c80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461c80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461c80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461c80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.209553468 +0000 UTC m=+30.549766516 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461c80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.209553468 +0000 UTC m=+30.549766516 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c6c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c6c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c6c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c6c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c6c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.209553468 +0000 UTC m=+30.549766516 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738c6c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bf1f0 item 3 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738cd40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738cd40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738cd40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738cd40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738cd40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.211673675 +0000 UTC m=+30.551886703 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738cd40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d300): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d300): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d300): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d300): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d300): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.211673675 +0000 UTC m=+30.551886703 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d300): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bf810 item 4 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.213312312 +0000 UTC m=+30.553525350 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738d940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.213312312 +0000 UTC m=+30.553525350 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58738ddc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944a80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944a80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944a80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944a80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944a80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.213312312 +0000 UTC m=+30.553525350 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586944a80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872300e0 item 5 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869451c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869451c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869451c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869451c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869451c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.215031009 +0000 UTC m=+30.555244037 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869451c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945840): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945840): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945840): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.215031009 +0000 UTC m=+30.555244037 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587230850 item 6 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945ec0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945ec0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945ec0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945ec0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945ec0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.216496658 +0000 UTC m=+30.556709687 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945ec0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.216496658 +0000 UTC m=+30.556709687 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b840): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b840): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b840): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.216496658 +0000 UTC m=+30.556709687 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231030 item 7 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b100): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.218296509 +0000 UTC m=+30.558509537 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60180): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60180): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60180): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60180): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60180): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.218296509 +0000 UTC m=+30.558509537 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60180): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872315e0 item 8 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60780): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc586e60780): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60780): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60780): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60780): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60780): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60780): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60b40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60b40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60b40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60b40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60b40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.219938532 +0000 UTC m=+30.560151560 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60b40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.219938532 +0000 UTC m=+30.560151560 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61540): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61540): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61540): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61540): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61540): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.219938532 +0000 UTC m=+30.560151560 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61540): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231ab0 item 9 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61bc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61bc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.222203763 +0000 UTC m=+30.562416791 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a780): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a780): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a780): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a780): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a780): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.222203763 +0000 UTC m=+30.562416791 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a780): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e8380 item 10 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b7c0): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc586b8b7c0): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b7c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b7c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b7c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b7c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b7c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bbc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bbc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bbc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bbc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bbc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.223660355 +0000 UTC m=+30.563873383 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8bbc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.223660355 +0000 UTC m=+30.563873383 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74cc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74cc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.223660355 +0000 UTC m=+30.563873383 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e9880 item 11 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d753c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d753c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d753c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d753c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d753c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.225525338 +0000 UTC m=+30.565738367 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d753c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75900): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75900): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75900): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.225525338 +0000 UTC m=+30.565738367 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e9d50 item 12 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc100): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5872dc100): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc100): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc100): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc100): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc4c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc4c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.227112137 +0000 UTC m=+30.567325165 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dc4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dcb80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dcb80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dcb80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dcb80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dcb80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.227112137 +0000 UTC m=+30.567325165 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dcb80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622380 item 13 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd200): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd200): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd200): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.231679206 +0000 UTC m=+30.571892235 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd740): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd740): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd740): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.231679206 +0000 UTC m=+30.571892235 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872dd740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622700 item 14 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872ddd80): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5872ddd80): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872ddd80): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872ddd80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872ddd80): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872ddd80): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872ddd80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8240): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8240): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8240): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.234849467 +0000 UTC m=+30.575062526 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8900): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8900): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8900): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.234849467 +0000 UTC m=+30.575062526 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622cb0 item 15 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8f80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8f80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8f80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8f80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8f80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.236193297 +0000 UTC m=+30.576406325 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e8f80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e94c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e94c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e94c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e94c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e94c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.236193297 +0000 UTC m=+30.576406325 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e94c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623030 item 16 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e9b00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e9b00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e9b00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e9b00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e9b00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.237550741 +0000 UTC m=+30.577763769 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872e9b00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.237550741 +0000 UTC m=+30.577763769 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8580): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8580): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8580): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.237550741 +0000 UTC m=+30.577763769 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5876233b0 item 17 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8c00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8c00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8c00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8c00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8c00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.239549518 +0000 UTC m=+30.579762546 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f8c00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9140): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9140): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9140): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.239549518 +0000 UTC m=+30.579762546 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623880 item 18 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f97c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f97c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f97c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f97c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f97c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.240872579 +0000 UTC m=+30.581085607 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f97c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.240872579 +0000 UTC m=+30.581085607 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5872f9cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.240872579 +0000 UTC m=+30.581085607 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623c00 item 19 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.242763782 +0000 UTC m=+30.582976830 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac1c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac1c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac1c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac1c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac1c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.242763782 +0000 UTC m=+30.582976830 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac1c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd4070 item 20 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac8c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac8c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac8c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac8c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac8c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.244368644 +0000 UTC m=+30.584581673 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac8c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.244368644 +0000 UTC m=+30.584581673 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873acdc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad2c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad2c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad2c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad2c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad2c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.244368644 +0000 UTC m=+30.584581673 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad2c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd4d20 item 21 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad940): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.246622293 +0000 UTC m=+30.586835351 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ade80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ade80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ade80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ade80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ade80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.246622293 +0000 UTC m=+30.586835351 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ade80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712e1c0 item 22 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bc600): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bc600): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bc600): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bc600): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bc600): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.247952346 +0000 UTC m=+30.588165374 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bc600): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.247952346 +0000 UTC m=+30.588165374 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bcb00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd000): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd000): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd000): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.247952346 +0000 UTC m=+30.588165374 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712e770 item 23 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd680): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd680): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd680): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd680): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd680): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.249476606 +0000 UTC m=+30.589689634 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bd680): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bdbc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bdbc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bdbc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bdbc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bdbc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.249476606 +0000 UTC m=+30.589689634 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873bdbc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712ec40 item 24 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8300): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5873c8300): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8300): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8300): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8300): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8300): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8300): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c86c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c86c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c86c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c86c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c86c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.250883716 +0000 UTC m=+30.591096744 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c86c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.250883716 +0000 UTC m=+30.591096744 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c8bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9100): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9100): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9100): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.250883716 +0000 UTC m=+30.591096744 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712efc0 item 25 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9780): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9780): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9780): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9780): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9780): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.252525458 +0000 UTC m=+30.592738486 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9780): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9cc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9cc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.252525458 +0000 UTC m=+30.592738486 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873c9cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712f650 item 26 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6400): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5873d6400): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6400): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6400): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6400): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6400): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d67c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d67c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d67c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d67c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d67c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.253801959 +0000 UTC m=+30.594014988 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d67c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.253801959 +0000 UTC m=+30.594014988 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d6cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7200): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7200): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7200): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.253801959 +0000 UTC m=+30.594014988 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712f9d0 item 27 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7880): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7880): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7880): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.256058864 +0000 UTC m=+30.596271912 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7dc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7dc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7dc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7dc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7dc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.256058864 +0000 UTC m=+30.596271912 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873d7dc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588070 item 28 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6500): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5873e6500): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6500): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6500): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6500): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6500): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e68c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e68c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e68c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e68c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e68c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.257647115 +0000 UTC m=+30.597860143 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e68c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6f80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6f80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6f80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6f80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6f80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.257647115 +0000 UTC m=+30.597860143 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e6f80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875883f0 item 29 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7600): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7600): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7600): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7600): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7600): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.258829539 +0000 UTC m=+30.599042568 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7600): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7b40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7b40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7b40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7b40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7b40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.258829539 +0000 UTC m=+30.599042568 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873e7b40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588850 item 30 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4280): _readAt: size=2, off=0 2026/04/26 01:11:33 ERROR : open-test-file(0x3bc5873f4280): Couldn't read size of file 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4280): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4280): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4280): >_writeAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4280): close: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4640): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4640): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4640): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.260075414 +0000 UTC m=+30.600288472 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4d00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4d00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4d00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4d00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4d00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.260075414 +0000 UTC m=+30.600288472 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f4d00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588c40 item 31 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f5380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f5380): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f5380): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f5380): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f5380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.26225856 +0000 UTC m=+30.602471587 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f5380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f58c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f58c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f58c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f58c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f58c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.26225856 +0000 UTC m=+30.602471587 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873f58c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587589110 item 32 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.263552184 +0000 UTC m=+30.603765262 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587589490 item 33 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.264062929 +0000 UTC m=+30.604275956 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a980): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a980): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a980): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.264062929 +0000 UTC m=+30.604275956 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6a980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587589650 item 33 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6afc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6afc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6afc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6afc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6afc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.26530226 +0000 UTC m=+30.605515288 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6afc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875899d0 item 34 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.26592121 +0000 UTC m=+30.606134328 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b440): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b980): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b980): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b980): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.26592121 +0000 UTC m=+30.606134328 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e6b980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587589b90 item 34 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c0c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c0c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c0c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c0c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c0c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.267682568 +0000 UTC m=+30.607895616 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c0c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e66070 item 35 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.268231215 +0000 UTC m=+30.608444243 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7c540): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7ca40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7ca40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7ca40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7ca40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7ca40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.268231215 +0000 UTC m=+30.608444243 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7ca40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e66700 item 35 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d0c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d0c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d0c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d0c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d0c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.269448926 +0000 UTC m=+30.609661954 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d0c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e67340 item 36 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.269904888 +0000 UTC m=+30.610117915 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7d5c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7db00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7db00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7db00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7db00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7db00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.269904888 +0000 UTC m=+30.610117915 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e7db00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e67730 item 36 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0240): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0240): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0240): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.270982864 +0000 UTC m=+30.611195892 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e67ce0 item 37 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.271633123 +0000 UTC m=+30.611846152 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee06c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0bc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0bc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.271633123 +0000 UTC m=+30.611846152 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee0bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528150 item 37 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1240): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1240): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1240): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.273158285 +0000 UTC m=+30.613371313 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875284d0 item 38 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.273580502 +0000 UTC m=+30.613793531 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1c80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1c80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1c80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1c80): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1c80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.273580502 +0000 UTC m=+30.613793531 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ee1c80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528690 item 38 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e400): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e400): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e400): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e400): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e400): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.274669611 +0000 UTC m=+30.614882639 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528a80 item 39 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.275098752 +0000 UTC m=+30.615311780 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7e900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7ee00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7ee00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7ee00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7ee00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7ee00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.275098752 +0000 UTC m=+30.615311780 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7ee00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528c40 item 39 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.276512734 +0000 UTC m=+30.616725792 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587528fc0 item 40 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.277161089 +0000 UTC m=+30.617374117 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7f980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7fec0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7fec0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7fec0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7fec0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7fec0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.277161089 +0000 UTC m=+30.617374117 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f7fec0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587529180 item 40 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.278503075 +0000 UTC m=+30.618716103 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fac580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586faca80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586faca80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586faca80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875295e0 item 41 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586faca80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586faca80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.278904533 +0000 UTC m=+30.619117560 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586faca80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875297a0 item 41 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.279315569 +0000 UTC m=+30.619528598 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586facf40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fad480): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fad480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fad480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fad480): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fad480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.279315569 +0000 UTC m=+30.619528598 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fad480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587529960 item 41 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.280547177 +0000 UTC m=+30.620760205 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fadac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea0c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea0c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea0c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587529d50 item 42 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea0c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea0c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.282050026 +0000 UTC m=+30.622263055 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea0c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252070 item 42 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.282700375 +0000 UTC m=+30.622913413 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fea600): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feab80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feab80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feab80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feab80): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feab80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.282700375 +0000 UTC m=+30.622913413 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feab80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252230 item 42 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.28680441 +0000 UTC m=+30.627017439 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb1c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb6c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb6c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb6c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872525b0 item 43 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb6c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb6c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.287374006 +0000 UTC m=+30.627587065 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586feb6c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252770 item 43 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.287930438 +0000 UTC m=+30.628143486 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586febc00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040240): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040240): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040240): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.287930438 +0000 UTC m=+30.628143486 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872529a0 item 43 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.290039443 +0000 UTC m=+30.630252471 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040d80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040d80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040d80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252e00 item 44 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040d80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040d80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.290693369 +0000 UTC m=+30.630906396 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587040d80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587252fc0 item 44 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.291140233 +0000 UTC m=+30.631353272 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870412c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041840): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041840): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041840): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.291140233 +0000 UTC m=+30.631353272 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253180 item 44 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.292507377 +0000 UTC m=+30.632720405 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587041e80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253500 item 45 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.292901471 +0000 UTC m=+30.633114499 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066b80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066b80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066b80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066b80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066b80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.292901471 +0000 UTC m=+30.633114499 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587066b80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872536c0 item 45 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.29517099 +0000 UTC m=+30.635384017 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870671c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870676c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870676c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870676c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253b20 item 46 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870676c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870676c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.295648081 +0000 UTC m=+30.635861109 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870676c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067dc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067dc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067dc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067dc0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067dc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.295648081 +0000 UTC m=+30.635861109 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587067dc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587253d50 item 46 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.297100396 +0000 UTC m=+30.637313423 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092a00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755a310 item 47 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092a00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.297549685 +0000 UTC m=+30.637762712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587092a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093100): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093100): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093100): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.297549685 +0000 UTC m=+30.637762712 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755aa10 item 47 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.300579349 +0000 UTC m=+30.640792378 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755b650 item 48 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.300964597 +0000 UTC m=+30.641177625 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587093c40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bc440): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bc440): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bc440): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bc440): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bc440): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.300964597 +0000 UTC m=+30.641177625 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bc440): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58755b9d0 item 48 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bca80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bca80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bca80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bca80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bca80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.30202939 +0000 UTC m=+30.642242417 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bca80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875400e0 item 49 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.302759939 +0000 UTC m=+30.642972968 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bcf00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bd440): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bd440): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bd440): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bd440): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bd440): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.302759939 +0000 UTC m=+30.642972968 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bd440): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875402a0 item 49 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bdac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bdac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bdac0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bdac0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bdac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.304571022 +0000 UTC m=+30.644784050 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5870bdac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587540620 item 50 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.305022325 +0000 UTC m=+30.645235352 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871060c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106640): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106640): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106640): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.305022325 +0000 UTC m=+30.645235352 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587540930 item 50 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106cc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106cc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106cc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106cc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106cc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.30654942 +0000 UTC m=+30.646762448 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587106cc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587540ee0 item 51 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.307160545 +0000 UTC m=+30.647373573 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871071c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107700): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107700): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107700): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.307160545 +0000 UTC m=+30.647373573 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875410a0 item 51 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107d80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107d80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107d80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107d80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107d80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.308395459 +0000 UTC m=+30.648608486 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587107d80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587541420 item 52 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.308804261 +0000 UTC m=+30.649017289 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a900): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a900): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a900): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.308804261 +0000 UTC m=+30.649017289 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712a900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875415e0 item 52 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712af80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712af80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712af80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712af80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712af80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.309829638 +0000 UTC m=+30.650042667 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712af80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587541960 item 53 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.310238622 +0000 UTC m=+30.650451649 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b9c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b9c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b9c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b9c0): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b9c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.310238622 +0000 UTC m=+30.650451649 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58712b9c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587541b20 item 53 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154140): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154140): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.3112966 +0000 UTC m=+30.651509628 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c74000 item 54 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.311769274 +0000 UTC m=+30.651982301 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154bc0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154bc0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.311769274 +0000 UTC m=+30.651982301 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587154bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c744d0 item 54 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155240): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155240): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155240): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.31285733 +0000 UTC m=+30.653070357 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c74e70 item 55 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.313393503 +0000 UTC m=+30.653606531 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155c80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155c80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155c80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155c80): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155c80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.313393503 +0000 UTC m=+30.653606531 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587155c80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c75180 item 55 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178400): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178400): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178400): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178400): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178400): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.314547964 +0000 UTC m=+30.654761002 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c75650 item 56 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.31517073 +0000 UTC m=+30.655383758 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178e80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178e80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178e80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178e80): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178e80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.31517073 +0000 UTC m=+30.655383758 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587178e80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586c758f0 item 56 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.316287922 +0000 UTC m=+30.656500950 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871794c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587179a00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587179a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587179a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf2230 item 57 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587179a00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587179a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.316798507 +0000 UTC m=+30.657011535 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587179a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf2850 item 57 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.317260239 +0000 UTC m=+30.657473267 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8040): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a85c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a85c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a85c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a85c0): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a85c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.317260239 +0000 UTC m=+30.657473267 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a85c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf2a10 item 57 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.318298862 +0000 UTC m=+30.658511890 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a8c00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9140): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf3340 item 58 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9140): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.318898225 +0000 UTC m=+30.659111253 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf36c0 item 58 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.319363243 +0000 UTC m=+30.659576271 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9680): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9c40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9c40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9c40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9c40): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9c40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.319363243 +0000 UTC m=+30.659576271 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871a9c40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf39d0 item 58 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.32045168 +0000 UTC m=+30.660664707 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d28c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d28c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d28c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586cf3d50 item 59 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d28c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d28c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.320784288 +0000 UTC m=+30.660997317 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d28c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ece150 item 59 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.321221615 +0000 UTC m=+30.661434642 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d2e00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d3380): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d3380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d3380): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d3380): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d3380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.321221615 +0000 UTC m=+30.661434642 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d3380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ece4d0 item 59 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.322343635 +0000 UTC m=+30.662556663 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871d39c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecef50 item 60 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.322862195 +0000 UTC m=+30.663075222 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecf420 item 60 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.323310442 +0000 UTC m=+30.663523480 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4540): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4b00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4b00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4b00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4b00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4b00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.323310442 +0000 UTC m=+30.663523480 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f4b00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecf6c0 item 60 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.324332472 +0000 UTC m=+30.664545510 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5680): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5680): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5680): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ecfc00 item 61 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5680): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5680): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.324706429 +0000 UTC m=+30.664919458 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5680): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5d80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5d80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5d80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5d80): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5d80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.324706429 +0000 UTC m=+30.664919458 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5871f5d80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712000 item 61 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.325872182 +0000 UTC m=+30.666085211 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721a4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721aa00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721aa00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721aa00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712460 item 62 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721aa00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721aa00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.326335267 +0000 UTC m=+30.666548295 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721aa00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b100): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b100): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b100): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.326335267 +0000 UTC m=+30.666548295 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712700 item 62 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.32758089 +0000 UTC m=+30.667793919 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721b740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721bc80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721bc80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721bc80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712a80 item 63 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721bc80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721bc80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.328247531 +0000 UTC m=+30.668460558 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58721bc80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240480): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240480): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.328247531 +0000 UTC m=+30.668460558 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587712c40 item 63 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.32972371 +0000 UTC m=+30.669936748 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587240ac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241000): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241000): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587713110 item 64 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241000): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.330189179 +0000 UTC m=+30.670402207 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241700): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241700): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241700): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.330189179 +0000 UTC m=+30.670402207 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5877132d0 item 64 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241d40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241d40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241d40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241d40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241d40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.331601408 +0000 UTC m=+30.671814436 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587241d40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5877136c0 item 65 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.332113024 +0000 UTC m=+30.672326062 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e2c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e7c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e7c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e7c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e7c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e7c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.332113024 +0000 UTC m=+30.672326062 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727e7c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587713880 item 65 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727ee00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727ee00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727ee00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727ee00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727ee00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.333485858 +0000 UTC m=+30.673698887 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727ee00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708a5b0 item 66 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.334025008 +0000 UTC m=+30.674238035 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f7c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f7c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f7c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f7c0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f7c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.334025008 +0000 UTC m=+30.674238035 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727f7c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708a770 item 66 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727fe00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727fe00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727fe00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727fe00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727fe00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.335335534 +0000 UTC m=+30.675548562 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58727fe00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708ac40 item 67 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.335795974 +0000 UTC m=+30.676009022 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304380): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304880): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304880): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304880): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.335795974 +0000 UTC m=+30.676009022 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708ae00 item 67 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304f00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304f00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304f00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304f00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304f00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.337144843 +0000 UTC m=+30.677357871 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587304f00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b2d0 item 68 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.337729307 +0000 UTC m=+30.677942336 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305940): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305940): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305940): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305940): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305940): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.337729307 +0000 UTC m=+30.677942336 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587305940): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b490 item 68 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e080): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e080): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e080): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.339321636 +0000 UTC m=+30.679534664 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708b8f0 item 69 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.340030636 +0000 UTC m=+30.680243663 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733e500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733ea00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733ea00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733ea00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733ea00): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733ea00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.340030636 +0000 UTC m=+30.680243663 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733ea00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58708bab0 item 69 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f080): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f080): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f080): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.34130291 +0000 UTC m=+30.681515938 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586878bd0 item 70 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.341870412 +0000 UTC m=+30.682083441 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733f580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733fac0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733fac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733fac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733fac0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733fac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.341870412 +0000 UTC m=+30.682083441 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58733fac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5868793b0 item 70 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e240): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e240): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e240): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e240): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e240): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.343147816 +0000 UTC m=+30.683360873 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e240): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586879b90 item 71 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.343644946 +0000 UTC m=+30.683857994 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ec40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ec40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ec40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ec40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ec40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.343644946 +0000 UTC m=+30.683857994 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ec40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce4230 item 71 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f2c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f2c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f2c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f2c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f2c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.345065199 +0000 UTC m=+30.685278227 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f2c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce4620 item 72 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.345647099 +0000 UTC m=+30.685860127 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f7c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735fd00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735fd00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735fd00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735fd00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735fd00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.345647099 +0000 UTC m=+30.685860127 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735fd00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce49a0 item 72 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.348102859 +0000 UTC m=+30.688315917 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691cfc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d4c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d4c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d4c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08540 item 73 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d4c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d4c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.348667917 +0000 UTC m=+30.688880944 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d4c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e081c0 item 73 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.34928366 +0000 UTC m=+30.689496688 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c2c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c800): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c800): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c800): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c800): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c800): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.34928366 +0000 UTC m=+30.689496688 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691c800): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08690 item 73 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.350587203 +0000 UTC m=+30.690800261 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691d840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691dd40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691dd40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691dd40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08bd0 item 74 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691dd40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691dd40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.351294941 +0000 UTC m=+30.691508009 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58691dd40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e08d90 item 74 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.352054316 +0000 UTC m=+30.692267344 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380980): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380980): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380980): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.352054316 +0000 UTC m=+30.692267344 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e09030 item 74 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.353657586 +0000 UTC m=+30.693870643 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587380fc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873814c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873814c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873814c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e09420 item 75 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873814c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873814c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.354232301 +0000 UTC m=+30.694445329 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873814c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): _writeAt: size=3, off=2 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e096c0 item 75 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.354885926 +0000 UTC m=+30.695098955 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587381a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874600c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874600c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874600c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874600c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874600c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.354885926 +0000 UTC m=+30.695098955 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874600c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586e09ce0 item 75 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.356387513 +0000 UTC m=+30.696600541 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460c00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460c00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460c00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce42a0 item 76 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460c00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460c00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.356816274 +0000 UTC m=+30.697029302 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587460c00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce44d0 item 76 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): _writeAt: size=3, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.357412921 +0000 UTC m=+30.697625949 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461140): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874616c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874616c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874616c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874616c0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874616c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.357412921 +0000 UTC m=+30.697625949 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5874616c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce4770 item 76 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.358685767 +0000 UTC m=+30.698898794 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc587461d00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869448c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869448c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869448c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce4f50 item 77 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869448c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869448c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.359345763 +0000 UTC m=+30.699558791 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869448c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945100): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945100): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945100): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.359345763 +0000 UTC m=+30.699558791 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce52d0 item 77 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.360606385 +0000 UTC m=+30.700819414 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5869458c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945dc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945dc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945dc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce5810 item 78 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945dc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945dc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.361118513 +0000 UTC m=+30.701331541 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586945dc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b480): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b480): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.361118513 +0000 UTC m=+30.701331541 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0b480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce59d0 item 78 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.362447614 +0000 UTC m=+30.702660642 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f0bb40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b900): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b900): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b900): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586ce5d50 item 79 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b900): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b900): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.36291658 +0000 UTC m=+30.703129609 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d0b900): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60480): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60480): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.36291658 +0000 UTC m=+30.703129609 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871be150 item 79 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.364425582 +0000 UTC m=+30.704638610 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60ac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bed90 item 80 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.364871785 +0000 UTC m=+30.705084813 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e60fc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e616c0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e616c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e616c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e616c0): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e616c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.364871785 +0000 UTC m=+30.705084813 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e616c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871befc0 item 80 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61d00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61d00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61d00): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61d00): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61d00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.366395605 +0000 UTC m=+30.706608633 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e61d00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bf570 item 81 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.366953028 +0000 UTC m=+30.707166056 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8a840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b300): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b300): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b300): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b300): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b300): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.366953028 +0000 UTC m=+30.707166056 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586b8b300): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bf730 item 81 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d740c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d740c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d740c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d740c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d740c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.368212208 +0000 UTC m=+30.708425235 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d740c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bfab0 item 82 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.368795389 +0000 UTC m=+30.709008417 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74a00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74f80): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74f80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74f80): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74f80): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74f80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.368795389 +0000 UTC m=+30.709008417 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d74f80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5871bfd50 item 82 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75680): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75680): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75680): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75680): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75680): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.369984837 +0000 UTC m=+30.710197865 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75680): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587230380 item 83 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.370497355 +0000 UTC m=+30.710710383 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586d75bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac280): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac280): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac280): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac280): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac280): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.370497355 +0000 UTC m=+30.710710383 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac280): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872305b0 item 83 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac980): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac980): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac980): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.371794196 +0000 UTC m=+30.712007224 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ac980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587230b60 item 84 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.372337452 +0000 UTC m=+30.712550481 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ace80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad400): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad400): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad400): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad400): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad400): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.372337452 +0000 UTC m=+30.712550481 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ad400): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872310a0 item 84 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ada80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ada80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ada80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ada80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ada80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.373574149 +0000 UTC m=+30.713787178 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc5873ada80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231500 item 85 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.374254044 +0000 UTC m=+30.714467082 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc080): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc080): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc080): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc080): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc080): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.374254044 +0000 UTC m=+30.714467082 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc080): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872317a0 item 85 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc700): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc700): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc700): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc700): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc700): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.375812979 +0000 UTC m=+30.716026027 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebc700): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e85b0 item 86 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.376371284 +0000 UTC m=+30.716584312 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebcc00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd180): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd180): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd180): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd180): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd180): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.376371284 +0000 UTC m=+30.716584312 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd180): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e8770 item 86 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd800): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd800): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd800): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd800): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd800): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.379777721 +0000 UTC m=+30.719990750 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebd800): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e9110 item 87 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.383372544 +0000 UTC m=+30.723585582 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ebdd00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586edc340): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586edc340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586edc340): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586edc340): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586edc340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.383372544 +0000 UTC m=+30.723585582 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586edc340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5870e9340 item 87 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a3c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a3c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a3c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a3c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a3c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.385570788 +0000 UTC m=+30.725783836 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a3c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622310 item 88 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.38636563 +0000 UTC m=+30.726578657 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6a8c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6ae40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6ae40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6ae40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6ae40): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6ae40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.38636563 +0000 UTC m=+30.726578657 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6ae40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5876224d0 item 88 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.387940926 +0000 UTC m=+30.728153974 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b9c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b9c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b9c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622930 item 89 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b9c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b9c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.38842985 +0000 UTC m=+30.728642878 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f6b9c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622c40 item 89 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.388984788 +0000 UTC m=+30.729197817 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96000): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96580): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96580): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96580): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96580): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96580): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.388984788 +0000 UTC m=+30.729197817 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96580): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587622e00 item 89 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.390414911 +0000 UTC m=+30.730627969 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f96bc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623180 item 90 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97100): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.390846306 +0000 UTC m=+30.731059334 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623340 item 90 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.391418869 +0000 UTC m=+30.731631897 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97c00): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97c00): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97c00): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97c00): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97c00): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.391418869 +0000 UTC m=+30.731631897 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586f97c00): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623500 item 90 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.392925987 +0000 UTC m=+30.733139014 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce880): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce880): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce880): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623880 item 91 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce880): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce880): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.393423296 +0000 UTC m=+30.733636324 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fce880): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): open at offset 5 2026/04/26 01:11:33 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): >_readAt: n=2, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): _writeAt: size=3, off=7 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623a40 item 91 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.394019752 +0000 UTC m=+30.734232780 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcedc0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf340): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf340): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf340): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf340): >_readAt: n=8, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf340): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.394019752 +0000 UTC m=+30.734232780 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf340): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587623c00 item 91 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.395380584 +0000 UTC m=+30.735593612 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcf980): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcfec0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcfec0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcfec0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd4930 item 92 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcfec0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcfec0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.395929261 +0000 UTC m=+30.736142289 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586fcfec0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): open at offset 5 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd4c40 item 92 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): _readAt: size=2, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): _writeAt: size=3, off=5 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): >_writeAt: n=3, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.396566925 +0000 UTC m=+30.736779954 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6500): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6ac0): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6ac0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6ac0): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6ac0): >_readAt: n=3, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6ac0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.396566925 +0000 UTC m=+30.736779954 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff6ac0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc586bd51f0 item 92 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.397816837 +0000 UTC m=+30.738029865 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7100): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7640): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7640): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7640): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712e0e0 item 93 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7640): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7640): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.398432651 +0000 UTC m=+30.738665437 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7640): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7d40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7d40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7d40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7d40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7d40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.398432651 +0000 UTC m=+30.738665437 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586ff7d40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc58712e3f0 item 93 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.400038816 +0000 UTC m=+30.740251844 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58701a480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5872318f0 item 94 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.400592693 +0000 UTC m=+30.740805721 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735e740): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ee40): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ee40): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ee40): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ee40): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ee40): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.400592693 +0000 UTC m=+30.740805721 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735ee40): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231ab0 item 94 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.402031432 +0000 UTC m=+30.742244460 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f9c0): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f9c0): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f9c0): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587231e30 item 95 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f9c0): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f9c0): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.402690366 +0000 UTC m=+30.742903395 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc58735f9c0): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76200): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76200): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76200): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76200): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76200): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.402690366 +0000 UTC m=+30.742903395 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76200): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588150 item 95 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 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/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): open at offset 0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): _readAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): >_readAt: n=0, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.404170434 +0000 UTC m=+30.744383482 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76840): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76d80): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76d80): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76d80): >openPending: err= 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc5875884d0 item 96 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76d80): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76d80): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.404590187 +0000 UTC m=+30.744803214 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e76d80): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/26 01:11:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/26 01:11:33 DEBUG : open-test-file: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e77480): _readAt: size=512, off=0 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e77480): openPending: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e77480): >openPending: err= 2026/04/26 01:11:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e77480): >_readAt: n=5, err=EOF 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e77480): close: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-26 01:11:33.404590187 +0000 UTC m=+30.744803214 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : open-test-file(0x3bc586e77480): >close: err= 2026/04/26 01:11:33 DEBUG : open-test-file: Remove: 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3bc587588690 item 96 2026/04/26 01:11:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/26 01:11:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/26 01:11:33 DEBUG : open-test-file: >Remove: err= 2026/04/26 01:11:33 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : >WaitForWriters: 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.43s) --- PASS: TestRWFileHandleOpenTests/writes (0.22s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.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.21s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:33 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : file1: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): openPending: 2026/04/26 01:11:33 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): >openPending: err= 2026/04/26 01:11:33 DEBUG : file1: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:33 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/26 01:11:33 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): _writeAt: size=2, off=0 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): >_writeAt: n=2, err= 2026/04/26 01:11:33 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): RWFileHandle.Flush 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): RWFileHandle.Release 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): close: 2026/04/26 01:11:33 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/26 01:11:33 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : file1(0x3bc587106100): >close: err= 2026/04/26 01:11:33 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : file1: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : file1: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : file1: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : file1: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:33 DEBUG : file1: vfs cache: starting upload 2026/04/26 01:11:33 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1.a0a9169e.partial" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1.a0a9169e.partial 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1.a0a9169e.partial" 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : file1: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ceqofel5wabe/file1.a0a9169e.partial 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:33 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/26 01:11:33 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/26 01:11:33 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/26 01:11:33 INFO : file1: Copied (new) 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:33 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:33 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:33 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/26 01:11:33 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/26 01:11:33 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/26 01:11:33 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:33 INFO : file1: vfs cache: upload succeeded try #1 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : file1: reading active writers 2026/04/26 01:11:33 DEBUG : >WaitForWriters: 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:33 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:33 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/26 01:11:33 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : file1: reading active writers 2026/04/26 01:11:33 DEBUG : >WaitForWriters: 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.53s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:33 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:33 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:33 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:33 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:33 DEBUG : rename_me: newRWFileHandle: 2026/04/26 01:11:33 DEBUG : rename_me(0x3bc5870ae940): openPending: 2026/04/26 01:11:33 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/26 01:11:33 DEBUG : rename_me(0x3bc5870ae940): >openPending: err= 2026/04/26 01:11:33 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/26 01:11:33 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/26 01:11:33 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/26 01:11:33 DEBUG : rename_me(0x3bc5870ae940): _writeAt: size=5, off=0 2026/04/26 01:11:33 DEBUG : rename_me(0x3bc5870ae940): >_writeAt: n=5, err= 2026/04/26 01:11:33 DEBUG : rename_me(0x3bc5870ae940): close: 2026/04/26 01:11:33 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-26 01:11:33.93917616 +0000 UTC m=+31.279389218 2026/04/26 01:11:33 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/26 01:11:33 DEBUG : rename_me(0x3bc5870ae940): >close: err= 2026/04/26 01:11:33 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/26 01:11:33 DEBUG : i_was_renamed: Updating file with 0x3bc5875a2dd0 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/26 01:11:33 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/26 01:11:33 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : i_was_renamed: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : i_was_renamed: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/26 01:11:33 DEBUG : Looking for writers 2026/04/26 01:11:33 DEBUG : i_was_renamed: reading active writers 2026/04/26 01:11:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/26 01:11:34 DEBUG : Looking for writers 2026/04/26 01:11:34 DEBUG : i_was_renamed: reading active writers 2026/04/26 01:11:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/26 01:11:34 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:34 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-ceqofel5wabe/dir/file1: no such file or directory 2026/04/26 01:11:34 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/26 01:11:34 DEBUG : i_was_renamed.dae52a93.partial: size = 5 OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/i_was_renamed.dae52a93.partial" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/i_was_renamed.dae52a93.partial 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/i_was_renamed.dae52a93.partial" 2026/04/26 01:11:34 DEBUG : Looking for writers 2026/04/26 01:11:34 DEBUG : i_was_renamed: reading active writers 2026/04/26 01:11:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/i_was_renamed.dae52a93.partial 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:34 DEBUG : i_was_renamed.dae52a93.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:34 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:34 DEBUG : i_was_renamed.dae52a93.partial: renamed to: i_was_renamed 2026/04/26 01:11:34 INFO : i_was_renamed: Copied (new) 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/i_was_renamed" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/i_was_renamed 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/i_was_renamed" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/i_was_renamed 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:34 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:34 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-26 01:11:33 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/26 01:11:34 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/26 01:11:34 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/26 01:11:34 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/26 01:11:34 DEBUG : Looking for writers 2026/04/26 01:11:34 DEBUG : i_was_renamed: reading active writers 2026/04/26 01:11:34 DEBUG : >WaitForWriters: 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:34 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/26 01:11:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-ceqofel5wabe" 2026/04/26 01:11:34 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : forgetting directory cache 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate(0x3bc587107c40): _readAt: size=512, off=0 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate(0x3bc587107c40): openPending: 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-26 00:12:34 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/26 01:11:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate(0x3bc587107c40): >openPending: err= 2026/04/26 01:11:34 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate(0x3bc587107c40): >_readAt: n=20, err=EOF 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate(0x3bc587107c40): close: 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:12:34 +0000 UTC 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate(0x3bc587107c40): >close: err= 2026/04/26 01:11:34 DEBUG : Re-reading directory (115.053914ms old) 2026/04/26 01:11:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:34 DEBUG : forgetting directory cache 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:34 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:34 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc587224640): _readAt: size=512, off=0 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc587224640): openPending: 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-26 00:13:34 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-26 00:12:34 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-26 00:13:34 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-26 00:12:34 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/26 01:11:35 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/26 01:11:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc587224640): >openPending: err= 2026/04/26 01:11:35 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc587224640): >_readAt: n=20, err=EOF 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc587224640): close: 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:13:34 +0000 UTC 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc587224640): >close: err= 2026/04/26 01:11:35 DEBUG : Re-reading directory (105.163705ms old) 2026/04/26 01:11:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/26 01:11:35 DEBUG : forgetting directory cache 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc586edcac0): _readAt: size=512, off=0 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc586edcac0): openPending: 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-26 00:14:34 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-26 00:13:34 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-26 00:14:34 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-26 00:13:34 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/26 01:11:35 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/26 01:11:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc586edcac0): >openPending: err= 2026/04/26 01:11:35 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc586edcac0): >_readAt: n=20, err=EOF 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc586edcac0): close: 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:14:34 +0000 UTC 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate(0x3bc586edcac0): >close: err= 2026/04/26 01:11:35 DEBUG : Re-reading directory (112.544852ms old) 2026/04/26 01:11:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:35 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:35 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : forgetting directory cache 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e6440): _readAt: size=512, off=0 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e6440): openPending: 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-26 00:15:34 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-26 00:14:34 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-26 00:15:34 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-26 00:14:34 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/26 01:11:36 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/26 01:11:36 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e6440): >openPending: err= 2026/04/26 01:11:36 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e6440): >_readAt: n=20, err=EOF 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e6440): close: 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:15:34 +0000 UTC 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e6440): >close: err= 2026/04/26 01:11:36 DEBUG : Re-reading directory (107.279835ms old) 2026/04/26 01:11:36 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/26 01:11:36 DEBUG : forgetting directory cache 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e61c0): _readAt: size=512, off=0 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e61c0): openPending: 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-26 00:16:34 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-26 00:15:34 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-26 00:16:34 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-26 00:15:34 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/26 01:11:36 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/26 01:11:36 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e61c0): >openPending: err= 2026/04/26 01:11:36 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e61c0): >_readAt: n=20, err=EOF 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e61c0): close: 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:16:34 +0000 UTC 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate(0x3bc5871e61c0): >close: err= 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:36 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:36 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:36 DEBUG : forgetting directory cache 2026/04/26 01:11:36 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc587224140): _readAt: size=512, off=0 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc587224140): openPending: 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-26 00:17:34 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-26 00:16:34 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-26 00:17:34 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-26 00:16:34 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/26 01:11:37 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/26 01:11:37 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc587224140): >openPending: err= 2026/04/26 01:11:37 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc587224140): >_readAt: n=20, err=EOF 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc587224140): close: 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:17:34 +0000 UTC 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc587224140): >close: err= 2026/04/26 01:11:37 DEBUG : Re-reading directory (110.17755ms old) 2026/04/26 01:11:37 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : forgetting directory cache 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc586edc6c0): _readAt: size=512, off=0 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc586edc6c0): openPending: 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-26 00:18:34 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-26 00:17:34 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-26 00:18:34 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-26 00:17:34 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/26 01:11:37 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/26 01:11:37 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc586edc6c0): >openPending: err= 2026/04/26 01:11:37 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc586edc6c0): >_readAt: n=21, err=EOF 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc586edc6c0): close: 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:18:34 +0000 UTC 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate(0x3bc586edc6c0): >close: err= 2026/04/26 01:11:37 DEBUG : Re-reading directory (113.766161ms old) 2026/04/26 01:11:37 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:37 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:37 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : forgetting directory cache 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc5871e7180): _readAt: size=512, off=0 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc5871e7180): openPending: 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-26 00:19:34 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-26 00:18:34 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-26 00:19:34 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-26 00:18:34 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/26 01:11:38 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/26 01:11:38 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc5871e7180): >openPending: err= 2026/04/26 01:11:38 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc5871e7180): >_readAt: n=22, err=EOF 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc5871e7180): close: 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:19:34 +0000 UTC 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc5871e7180): >close: err= 2026/04/26 01:11:38 DEBUG : Re-reading directory (112.877592ms old) 2026/04/26 01:11:38 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : forgetting directory cache 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc586edd6c0): _readAt: size=512, off=0 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc586edd6c0): openPending: 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-26 00:20:34 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-26 00:19:34 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-26 00:20:34 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-26 00:19:34 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/26 01:11:38 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/26 01:11:38 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc586edd6c0): >openPending: err= 2026/04/26 01:11:38 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc586edd6c0): >_readAt: n=23, err=EOF 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc586edd6c0): close: 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:20:34 +0000 UTC 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate(0x3bc586edd6c0): >close: err= 2026/04/26 01:11:38 DEBUG : Re-reading directory (105.943689ms old) 2026/04/26 01:11:38 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:38 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/26 01:11:39 DEBUG : forgetting directory cache 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate(0x3bc586944000): _readAt: size=512, off=0 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate(0x3bc586944000): openPending: 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/TestRWCacheUpdate" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-ceqofel5wabe/TestRWCacheUpdate 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-26 00:21:34 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-26 00:20:34 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-26 00:21:34 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-26 00:20:34 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/26 01:11:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/26 01:11:39 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate(0x3bc586944000): >openPending: err= 2026/04/26 01:11:39 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate(0x3bc586944000): >_readAt: n=24, err=EOF 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate(0x3bc586944000): close: 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-26 00:21:34 +0000 UTC 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate(0x3bc586944000): >close: err= 2026/04/26 01:11:39 DEBUG : Re-reading directory (100.821641ms old) 2026/04/26 01:11:39 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/26 01:11:39 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:39 DEBUG : Looking for writers 2026/04/26 01:11:39 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/26 01:11:39 DEBUG : >WaitForWriters: 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.17s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:39 DEBUG : forgetting directory cache 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/26 01:11:39 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:39 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:39 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:39 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:39 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/26 01:11:39 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:39 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:39 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/26 01:11:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/26 01:11:40 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/26 01:11:40 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/26 01:11:40 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/26 01:11:40 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/26 01:11:40 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/FiLeA" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-ceqofel5wabe/FiLeA 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/26 01:11:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/26 01:11:40 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/26 01:11:40 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FiLeB" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ceqofel5wabe/FiLeB 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:40 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/26 01:11:40 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:40 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/26 01:11:40 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/26 01:11:40 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/26 01:11:40 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:40 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:40 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/FilEb" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-ceqofel5wabe/FilEb 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/26 01:11:41 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/26 01:11:41 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/26 01:11:41 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/26 01:11:41 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/26 01:11:41 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/26 01:11:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/26 01:11:41 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/26 01:11:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:41 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:41 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:41 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:41 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/26 01:11:41 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/26 01:11:41 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/26 01:11:41 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:41 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:41 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/26 01:11:41 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/26 01:11:41 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/26 01:11:41 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:41 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:41 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:41 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:41 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:41 DEBUG : Looking for writers 2026/04/26 01:11:41 DEBUG : FiLeA: reading active writers 2026/04/26 01:11:41 DEBUG : FiLeB: reading active writers 2026/04/26 01:11:41 DEBUG : FilEb: reading active writers 2026/04/26 01:11:41 DEBUG : >WaitForWriters: 2026/04/26 01:11:41 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:41 DEBUG : Looking for writers 2026/04/26 01:11:41 DEBUG : FiLeA: reading active writers 2026/04/26 01:11:41 DEBUG : FiLeB: reading active writers 2026/04/26 01:11:41 DEBUG : FilEb: reading active writers 2026/04/26 01:11:41 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.66s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/normal name with no special characters.txt" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/normal\ name\ with\ no\ special\ characters.txt 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/normal\ name\ with\ no\ special\ characters.txt" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ceqofel5wabe/normal name with no special characters.txt 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/normal name with no special characters.txt" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/normal\ name\ with\ no\ special\ characters.txt 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/normal\ name\ with\ no\ special\ characters.txt" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-ceqofel5wabe/normal name with no special characters.txt 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/測試_Русский___ě_áñ" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/測試_Русский___ě_áñ" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/26 01:11:41 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/normal name with no special characters.txt" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/normal\ name\ with\ no\ special\ characters.txt 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/normal\ name\ with\ no\ special\ characters.txt" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-ceqofel5wabe/normal name with no special characters.txt 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/測試_Русский___ě_áñ" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-ceqofel5wabe/測試_Русский___ě_áñ 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:41 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:41 DEBUG : Looking for writers 2026/04/26 01:11:41 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/26 01:11:41 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/26 01:11:41 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:41 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Reusing VFS from active cache 2026/04/26 01:11:41 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:41 DEBUG : Looking for writers 2026/04/26 01:11:41 DEBUG : >WaitForWriters: 2026/04/26 01:11:41 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:41 DEBUG : Looking for writers 2026/04/26 01:11:41 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:41 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:41 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:41 DEBUG : Looking for writers 2026/04/26 01:11:41 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:41 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:41 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:41 DEBUG : Looking for writers 2026/04/26 01:11:41 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:41 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:41 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:41 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/26 01:11:42 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:42 DEBUG : dir: Looking for writers 2026/04/26 01:11:42 DEBUG : file2: reading active writers 2026/04/26 01:11:42 DEBUG : Looking for writers 2026/04/26 01:11:42 DEBUG : dir: reading active writers 2026/04/26 01:11:42 DEBUG : file1: reading active writers 2026/04/26 01:11:42 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.43s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:42 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/26 01:11:42 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:42 DEBUG : dir: Looking for writers 2026/04/26 01:11:42 DEBUG : Looking for writers 2026/04/26 01:11:42 DEBUG : dir: reading active writers 2026/04/26 01:11:42 DEBUG : file1: reading active writers 2026/04/26 01:11:42 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.43s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:42 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:42 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/26 01:11:42 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:42 DEBUG : file1: Open: flags=O_RDONLY 2026/04/26 01:11:42 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/26 01:11:42 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/26 01:11:42 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:42 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/26 01:11:42 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/26 01:11:42 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:42 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:42 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:42 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/26 01:11:42 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/26 01:11:42 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/26 01:11:42 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (0 bytes), uploading instead of streaming 2026/04/26 01:11:42 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/new_file.txt" 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/new_file.txt 2026/04/26 01:11:42 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/new_file.txt" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/dir/new_file.txt 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:43 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/26 01:11:43 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/26 01:11:43 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/26 01:11:43 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:43 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/26 01:11:43 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:43 DEBUG : dir: Looking for writers 2026/04/26 01:11:43 DEBUG : new_file.txt: reading active writers 2026/04/26 01:11:43 DEBUG : file2: reading active writers 2026/04/26 01:11:43 DEBUG : Looking for writers 2026/04/26 01:11:43 DEBUG : dir: reading active writers 2026/04/26 01:11:43 DEBUG : file1: reading active writers 2026/04/26 01:11:43 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.52s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:43 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file2" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ceqofel5wabe/dir/file2 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/26 01:11:43 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/26 01:11:43 DEBUG : dir/file1: Updating file with dir/file1 0x3bc587296000 2026/04/26 01:11:43 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/26 01:11:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/dir/file1" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ceqofel5wabe/dir/file1 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/26 01:11:43 INFO : dir/file1: Moved (server-side) to: file0 2026/04/26 01:11:43 DEBUG : file0: Updating file with file0 0x3bc587296000 2026/04/26 01:11:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/26 01:11:43 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file0" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file0 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file0" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-ceqofel5wabe/file0 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file0" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file0 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file0" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-ceqofel5wabe/file0 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/26 01:11:43 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:43 DEBUG : dir: Looking for writers 2026/04/26 01:11:43 DEBUG : Looking for writers 2026/04/26 01:11:43 DEBUG : dir: reading active writers 2026/04/26 01:11:43 DEBUG : file0: reading active writers 2026/04/26 01:11:43 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.60s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:43 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Server has VFS statistics extension 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: About path "/rclone-test-ceqofel5wabe" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: About path "/rclone-test-ceqofel5wabe" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: About using shell command for shell type "unix" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: df -k /rclone-test-ceqofel5wabe 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: 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-ceqofel5wabe" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 57978008 92795000 36% / 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:43 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:43 DEBUG : Looking for writers 2026/04/26 01:11:43 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:43 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:43 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/26 01:11:43 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/26 01:11:43 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/26 01:11:43 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: 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/26 01:11:43 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/26 01:11:43 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: 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/26 01:11:43 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:43 DEBUG : Looking for writers 2026/04/26 01:11:43 DEBUG : a: Looking for writers 2026/04/26 01:11:43 DEBUG : b: Looking for writers 2026/04/26 01:11:43 DEBUG : c: Looking for writers 2026/04/26 01:11:43 DEBUG : d: Looking for writers 2026/04/26 01:11:43 DEBUG : Looking for writers 2026/04/26 01:11:43 DEBUG : /: reading active writers 2026/04/26 01:11:43 DEBUG : a: reading active writers 2026/04/26 01:11:43 DEBUG : b: reading active writers 2026/04/26 01:11:43 DEBUG : c: reading active writers 2026/04/26 01:11:43 DEBUG : d: reading active writers 2026/04/26 01:11:43 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.21s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:43 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:43 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/26 01:11:43 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/26 01:11:43 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/26 01:11:43 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/26 01:11:44 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:44 DEBUG : a/b/c/d: Looking for writers 2026/04/26 01:11:44 DEBUG : a/b/c: Looking for writers 2026/04/26 01:11:44 DEBUG : d: reading active writers 2026/04/26 01:11:44 DEBUG : a/b: Looking for writers 2026/04/26 01:11:44 DEBUG : c: reading active writers 2026/04/26 01:11:44 DEBUG : a: Looking for writers 2026/04/26 01:11:44 DEBUG : b: reading active writers 2026/04/26 01:11:44 DEBUG : Looking for writers 2026/04/26 01:11:44 DEBUG : a: reading active writers 2026/04/26 01:11:44 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-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:44 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:44 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:44 DEBUG : Looking for writers 2026/04/26 01:11:44 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-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:44 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/26 01:11:44 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/26 01:11:44 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (5 bytes), uploading instead of streaming 2026/04/26 01:11:44 DEBUG : file1: size = 5 OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:44 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:44 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:44 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:44 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/26 01:11:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:44 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/26 01:11:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/26 01:11:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (0 bytes), uploading instead of streaming 2026/04/26 01:11:44 DEBUG : file1: size = 0 OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:44 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:44 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/26 01:11:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/26 01:11:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (7 bytes), uploading instead of streaming 2026/04/26 01:11:44 DEBUG : file1: size = 7 OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:44 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:44 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/26 01:11:44 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/26 01:11:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:44 DEBUG : Looking for writers 2026/04/26 01:11:44 DEBUG : file1: reading active writers 2026/04/26 01:11:44 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:44 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:44 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/26 01:11:45 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/26 01:11:45 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/26 01:11:45 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (11 bytes), uploading instead of streaming 2026/04/26 01:11:45 DEBUG : file1: size = 11 OK 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:45 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:45 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/26 01:11:45 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:45 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:45 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:45 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/26 01:11:45 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:45 DEBUG : Looking for writers 2026/04/26 01:11:45 DEBUG : file1: reading active writers 2026/04/26 01:11:45 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:45 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:45 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/26 01:11:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (5 bytes), uploading instead of streaming 2026/04/26 01:11:45 DEBUG : file1: size = 5 OK 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:45 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/26 01:11:45 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/26 01:11:45 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:45 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/26 01:11:45 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:45 DEBUG : Looking for writers 2026/04/26 01:11:45 DEBUG : file1: reading active writers 2026/04/26 01:11:45 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:45 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:45 DEBUG : file1: WriteFileHandle.Release closing 2026/04/26 01:11:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (0 bytes), uploading instead of streaming 2026/04/26 01:11:45 DEBUG : file1: size = 0 OK 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:45 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:46 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/26 01:11:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/26 01:11:46 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:46 DEBUG : Looking for writers 2026/04/26 01:11:46 DEBUG : file1: reading active writers 2026/04/26 01:11:46 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:46 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (2 bytes), uploading instead of streaming 2026/04/26 01:11:46 DEBUG : file1: size = 2 OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/26 01:11:46 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/26 01:11:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:46 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:46 DEBUG : Looking for writers 2026/04/26 01:11:46 DEBUG : file1: reading active writers 2026/04/26 01:11:46 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:46 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (0 bytes), uploading instead of streaming 2026/04/26 01:11:46 DEBUG : file1: size = 0 OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/26 01:11:46 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/26 01:11:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:46 DEBUG : file1: Open: flags=O_RDONLY 2026/04/26 01:11:46 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/26 01:11:46 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/26 01:11:46 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:46 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:46 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:46 DEBUG : Looking for writers 2026/04/26 01:11:46 DEBUG : file1: reading active writers 2026/04/26 01:11:46 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:46 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/26 01:11:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/26 01:11:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: File to upload is small (100 bytes), uploading instead of streaming 2026/04/26 01:11:46 DEBUG : file1: size = 100 OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/file1" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c821e66d1defbad8bfe6037a1cf308d7 /rclone-test-ceqofel5wabe/file1 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : file1: Parsed hash: c821e66d1defbad8bfe6037a1cf308d7 2026/04/26 01:11:46 DEBUG : file1: md5 = c821e66d1defbad8bfe6037a1cf308d7 OK 2026/04/26 01:11:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/26 01:11:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/26 01:11:46 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/26 01:11:46 DEBUG : file1: Open: flags=O_RDONLY 2026/04/26 01:11:46 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/26 01:11:46 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/26 01:11:46 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:46 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:46 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:46 DEBUG : Looking for writers 2026/04/26 01:11:46 DEBUG : file1: reading active writers 2026/04/26 01:11:46 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:46 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f000.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f000.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f000.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-ceqofel5wabe/flat/f000.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f000.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/flat/f000.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/flat/f000.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-ceqofel5wabe/flat/f000.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f001.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f001.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f001.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-ceqofel5wabe/flat/f001.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f001.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/flat/f001.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/flat/f001.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-ceqofel5wabe/flat/f001.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f002.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f002.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f002.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-ceqofel5wabe/flat/f002.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f002.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/flat/f002.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/flat/f002.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-ceqofel5wabe/flat/f002.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:46 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f003.txt" 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f003.txt 2026/04/26 01:11:46 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f003.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-ceqofel5wabe/flat/f003.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f003.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/flat/f003.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/flat/f003.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-ceqofel5wabe/flat/f003.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f004.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f004.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f004.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-ceqofel5wabe/flat/f004.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f004.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: sha1sum /rclone-test-ceqofel5wabe/flat/f004.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-ceqofel5wabe/flat/f004.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-ceqofel5wabe/flat/f004.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/26 01:11:47 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/26 01:11:47 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/26 01:11:47 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:47 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f000.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f000.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f000.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-ceqofel5wabe/flat/f000.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/26 01:11:47 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/26 01:11:47 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/26 01:11:47 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:47 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f001.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f001.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f001.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-ceqofel5wabe/flat/f001.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/26 01:11:47 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/26 01:11:47 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/26 01:11:47 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:47 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f002.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f002.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f002.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-ceqofel5wabe/flat/f002.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/26 01:11:47 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/26 01:11:47 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/26 01:11:47 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:47 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f003.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f003.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f003.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-ceqofel5wabe/flat/f003.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/26 01:11:47 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/26 01:11:47 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/26 01:11:47 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:47 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/flat/f004.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/flat/f004.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/flat/f004.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-ceqofel5wabe/flat/f004.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/26 01:11:47 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:47 DEBUG : flat: Looking for writers 2026/04/26 01:11:47 DEBUG : f000.txt: reading active writers 2026/04/26 01:11:47 DEBUG : f001.txt: reading active writers 2026/04/26 01:11:47 DEBUG : f002.txt: reading active writers 2026/04/26 01:11:47 DEBUG : f003.txt: reading active writers 2026/04/26 01:11:47 DEBUG : f004.txt: reading active writers 2026/04/26 01:11:47 DEBUG : Looking for writers 2026/04/26 01:11:47 DEBUG : flat: reading active writers 2026/04/26 01:11:47 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.50s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:47 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:47 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/26 01:11:47 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/26 01:11:47 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:47 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/a/b/c/deep.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/a/b/c/deep.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/a/b/c/deep.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-ceqofel5wabe/a/b/c/deep.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:47 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/26 01:11:47 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/26 01:11:47 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/26 01:11:47 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:47 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/a/b/mid.txt" 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/a/b/mid.txt 2026/04/26 01:11:47 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/a/b/mid.txt" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-ceqofel5wabe/a/b/mid.txt 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:48 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/26 01:11:48 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/26 01:11:48 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/26 01:11:48 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:48 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/a/top.txt" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/a/top.txt 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/a/top.txt" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-ceqofel5wabe/a/top.txt 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:48 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/26 01:11:48 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:48 DEBUG : a/b/c: Looking for writers 2026/04/26 01:11:48 DEBUG : deep.txt: reading active writers 2026/04/26 01:11:48 DEBUG : a/b: Looking for writers 2026/04/26 01:11:48 DEBUG : c: reading active writers 2026/04/26 01:11:48 DEBUG : mid.txt: reading active writers 2026/04/26 01:11:48 DEBUG : a: Looking for writers 2026/04/26 01:11:48 DEBUG : b: reading active writers 2026/04/26 01:11:48 DEBUG : top.txt: reading active writers 2026/04/26 01:11:48 DEBUG : Looking for writers 2026/04/26 01:11:48 DEBUG : a: reading active writers 2026/04/26 01:11:48 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:48 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/bigdir/big.bin" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/bigdir/big.bin 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/bigdir/big.bin" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 3f33169c4772dbf7010bd37488300659 /rclone-test-ceqofel5wabe/bigdir/big.bin 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:48 DEBUG : bigdir/big.bin: Parsed hash: 3f33169c4772dbf7010bd37488300659 2026/04/26 01:11:48 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:48 DEBUG : bigdir: Looking for writers 2026/04/26 01:11:48 DEBUG : big.bin: reading active writers 2026/04/26 01:11:48 DEBUG : Looking for writers 2026/04/26 01:11:48 DEBUG : bigdir: reading active writers 2026/04/26 01:11:48 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.70s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-ceqofel5wabe", Local "Local file system at /tmp/rclone2946902110", Modify Window "1s" 2026/04/26 01:11:48 INFO : sftp://rclone@:22/rclone-test-ceqofel5wabe: poll-interval is not supported by this remote 2026/04/26 01:11:48 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/26 01:11:48 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/26 01:11:48 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:48 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir1/a.txt" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir1/a.txt 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir1/a.txt" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-ceqofel5wabe/dir1/a.txt 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:48 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/26 01:11:48 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/26 01:11:48 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/26 01:11:48 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:48 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir2/b.txt" 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir2/b.txt 2026/04/26 01:11:48 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir2/b.txt" 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: 415290769594460e2e485922904f345d /rclone-test-ceqofel5wabe/dir2/b.txt 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:49 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/26 01:11:49 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/26 01:11:49 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/26 01:11:49 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/26 01:11:49 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Shell path "/rclone-test-ceqofel5wabe/dir3/c.txt" 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: creating additional session 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Running remote command: md5sum /rclone-test-ceqofel5wabe/dir3/c.txt 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-ceqofel5wabe/dir3/c.txt" 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: command exited OK 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-ceqofel5wabe/dir3/c.txt 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: ssh external: close 2026/04/26 01:11:49 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/26 01:11:49 DEBUG : WaitForWriters: timeout=30s 2026/04/26 01:11:49 DEBUG : dir1: Looking for writers 2026/04/26 01:11:49 DEBUG : a.txt: reading active writers 2026/04/26 01:11:49 DEBUG : dir2: Looking for writers 2026/04/26 01:11:49 DEBUG : b.txt: reading active writers 2026/04/26 01:11:49 DEBUG : dir3: Looking for writers 2026/04/26 01:11:49 DEBUG : c.txt: reading active writers 2026/04/26 01:11:49 DEBUG : Looking for writers 2026/04/26 01:11:49 DEBUG : dir1: reading active writers 2026/04/26 01:11:49 DEBUG : dir2: reading active writers 2026/04/26 01:11:49 DEBUG : dir3: reading active writers 2026/04/26 01:11:49 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.31s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/26 01:11:49 DEBUG : sftp://rclone@:22/rclone-test-ceqofel5wabe: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.529420849s (try 1/5)