"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/20 01:30:20 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-takuyuv1ziso" 2026/04/20 01:30:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/20 01:30:20 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/20 01:30:20 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/20 01:30:20 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/20 01:30:20 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/20 01:30:20 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/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: 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/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell type "unix" from config 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Relative path resolved to "/rclone-test-takuyuv1ziso" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Using root directory "/rclone-test-takuyuv1ziso" 2026/04/20 01:30:20 DEBUG : Creating backend with remote "/tmp/rclone3449552266" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:20 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:20 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:20 DEBUG : dir: Looking for writers 2026/04/20 01:30:20 DEBUG : Looking for writers 2026/04/20 01:30:20 DEBUG : dir: reading active writers 2026/04/20 01:30:20 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:20 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:20 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:20 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:20 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:20 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/20 01:30:21 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:21 DEBUG : dir/subdir: Looking for writers 2026/04/20 01:30:21 DEBUG : dir: Looking for writers 2026/04/20 01:30:21 DEBUG : file1: reading active writers 2026/04/20 01:30:21 DEBUG : file2: reading active writers 2026/04/20 01:30:21 DEBUG : subdir: reading active writers 2026/04/20 01:30:21 DEBUG : Looking for writers 2026/04/20 01:30:21 DEBUG : dir: reading active writers 2026/04/20 01:30:21 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.60s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:21 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:21 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:21 DEBUG : dir: Looking for writers 2026/04/20 01:30:21 DEBUG : file1: reading active writers 2026/04/20 01:30:21 DEBUG : Looking for writers 2026/04/20 01:30:21 DEBUG : dir: reading active writers 2026/04/20 01:30:21 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:21 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:21 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:21 DEBUG : dir: Looking for writers 2026/04/20 01:30:21 DEBUG : Looking for writers 2026/04/20 01:30:21 DEBUG : dir: reading active writers 2026/04/20 01:30:21 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:21 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:21 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:21 DEBUG : forgetting directory cache 2026/04/20 01:30:21 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:21 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:21 DEBUG : Looking for writers 2026/04/20 01:30:21 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:21 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:21 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/20 01:30:21 DEBUG : dir: invalidating directory cache 2026/04/20 01:30:21 DEBUG : >ForgetPath: 2026/04/20 01:30:21 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/20 01:30:21 DEBUG : invalidating directory cache 2026/04/20 01:30:21 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:21 DEBUG : >ForgetPath: 2026/04/20 01:30:21 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/20 01:30:21 DEBUG : >ForgetPath: 2026/04/20 01:30:21 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:21 DEBUG : dir: Looking for writers 2026/04/20 01:30:21 DEBUG : Looking for writers 2026/04/20 01:30:21 DEBUG : dir: reading active writers 2026/04/20 01:30:21 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:21 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:21 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: 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/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/fil/a/b/c" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/fil/a/b/c 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/fil/a/b/c" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-takuyuv1ziso/fil/a/b/c 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/fil/a/b/c" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/fil/a/b/c 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/fil/a/b/c" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-takuyuv1ziso/fil/a/b/c 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/20 01:30:22 DEBUG : forgetting directory cache 2026/04/20 01:30:22 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:22 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:22 DEBUG : dir: Looking for writers 2026/04/20 01:30:22 DEBUG : fil/a/b: Looking for writers 2026/04/20 01:30:22 DEBUG : fil/a: Looking for writers 2026/04/20 01:30:22 DEBUG : b: reading active writers 2026/04/20 01:30:22 DEBUG : fil: Looking for writers 2026/04/20 01:30:22 DEBUG : a: reading active writers 2026/04/20 01:30:22 DEBUG : Looking for writers 2026/04/20 01:30:22 DEBUG : dir: reading active writers 2026/04/20 01:30:22 DEBUG : fil: reading active writers 2026/04/20 01:30:22 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.72s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:22 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:22 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:22 DEBUG : dir: Looking for writers 2026/04/20 01:30:22 DEBUG : Looking for writers 2026/04/20 01:30:22 DEBUG : dir: reading active writers 2026/04/20 01:30:22 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:22 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:22 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:23 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:23 DEBUG : dir: Looking for writers 2026/04/20 01:30:23 DEBUG : file1: reading active writers 2026/04/20 01:30:23 DEBUG : Looking for writers 2026/04/20 01:30:23 DEBUG : dir: reading active writers 2026/04/20 01:30:23 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:23 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/subdir/file3" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-takuyuv1ziso/dir/subdir/file3 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/20 01:30:23 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/20 01:30:23 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/20 01:30:23 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/20 01:30:23 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/20 01:30:23 DEBUG : Waiting for deletions to finish 2026/04/20 01:30:23 INFO : dir/subdir/file3: Deleted 2026/04/20 01:30:23 DEBUG : removing 1 level 2 directories 2026/04/20 01:30:23 INFO : dir/subdir: Removing directory 2026/04/20 01:30:23 DEBUG : dir: invalidating directory cache 2026/04/20 01:30:23 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/20 01:30:23 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/20 01:30:23 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/20 01:30:23 DEBUG : dir/file1: Reset virtual modtime 2026/04/20 01:30:23 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/20 01:30:23 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/20 01:30:23 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/20 01:30:23 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/20 01:30:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:23 DEBUG : dir: invalidating directory cache 2026/04/20 01:30:23 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/20 01:30:23 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/20 01:30:23 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/20 01:30:23 DEBUG : forgetting directory cache 2026/04/20 01:30:23 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:23 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/20 01:30:23 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:23 DEBUG : dir/virtualDir: Looking for writers 2026/04/20 01:30:23 DEBUG : dir: Looking for writers 2026/04/20 01:30:23 DEBUG : virtualDir: reading active writers 2026/04/20 01:30:23 DEBUG : file1: reading active writers 2026/04/20 01:30:23 DEBUG : virtualFile2: reading active writers 2026/04/20 01:30:23 DEBUG : virtualFile: reading active writers 2026/04/20 01:30:23 DEBUG : Looking for writers 2026/04/20 01:30:23 DEBUG : dir: reading active writers 2026/04/20 01:30:23 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:23 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:23 ERROR : dir/: Can only open directories read only 2026/04/20 01:30:23 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:23 DEBUG : dir: Looking for writers 2026/04/20 01:30:23 DEBUG : Looking for writers 2026/04/20 01:30:23 DEBUG : dir: reading active writers 2026/04/20 01:30:23 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:23 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:23 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:24 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/20 01:30:24 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/20 01:30:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (5 bytes), uploading instead of streaming 2026/04/20 01:30:24 DEBUG : dir/potato: size = 5 OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/potato" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/potato 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/potato" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/dir/potato 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:24 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:24 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/20 01:30:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/20 01:30:24 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:24 DEBUG : dir: Looking for writers 2026/04/20 01:30:24 DEBUG : file1: reading active writers 2026/04/20 01:30:24 DEBUG : potato: reading active writers 2026/04/20 01:30:24 DEBUG : Looking for writers 2026/04/20 01:30:24 DEBUG : dir: reading active writers 2026/04/20 01:30:24 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:24 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:24 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:24 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:24 DEBUG : dir/sub: Looking for writers 2026/04/20 01:30:24 DEBUG : dir: Looking for writers 2026/04/20 01:30:24 DEBUG : file1: reading active writers 2026/04/20 01:30:24 DEBUG : sub: reading active writers 2026/04/20 01:30:24 DEBUG : Looking for writers 2026/04/20 01:30:24 DEBUG : dir: reading active writers 2026/04/20 01:30:24 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:24 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:24 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/20 01:30:24 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:24 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:25 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:25 DEBUG : dir/sub/subsub: Looking for writers 2026/04/20 01:30:25 DEBUG : dir/sub: Looking for writers 2026/04/20 01:30:25 DEBUG : subsub: reading active writers 2026/04/20 01:30:25 DEBUG : dir: Looking for writers 2026/04/20 01:30:25 DEBUG : file1: reading active writers 2026/04/20 01:30:25 DEBUG : sub: reading active writers 2026/04/20 01:30:25 DEBUG : Looking for writers 2026/04/20 01:30:25 DEBUG : dir: reading active writers 2026/04/20 01:30:25 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.41s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:25 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:25 ERROR : dir/: Dir.Remove not empty 2026/04/20 01:30:25 DEBUG : dir/file1: Remove: 2026/04/20 01:30:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:25 DEBUG : dir/file1: >Remove: err= 2026/04/20 01:30:25 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/20 01:30:25 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:25 DEBUG : Looking for writers 2026/04/20 01:30:25 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.20s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:25 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:25 DEBUG : dir/file1: Remove: 2026/04/20 01:30:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:25 DEBUG : dir/file1: >Remove: err= 2026/04/20 01:30:25 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/20 01:30:25 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:25 DEBUG : Looking for writers 2026/04/20 01:30:25 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:25 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:25 DEBUG : dir/file1: Remove: 2026/04/20 01:30:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:25 DEBUG : dir/file1: >Remove: err= 2026/04/20 01:30:25 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:25 DEBUG : dir: Looking for writers 2026/04/20 01:30:25 DEBUG : Looking for writers 2026/04/20 01:30:25 DEBUG : dir: reading active writers 2026/04/20 01:30:25 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:25 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:25 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-takuyuv1ziso/dir/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-takuyuv1ziso/dir/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/20 01:30:26 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/20 01:30:26 DEBUG : dir: Updating dir with dir2 0x23c3f34d0d00 2026/04/20 01:30:26 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:26 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/20 01:30:26 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir2/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir2/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir2/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir2/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir2/file1" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir2/file1 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:26 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/20 01:30:26 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/20 01:30:26 DEBUG : file2: Updating file with file2 0x23c3f34d11e0 2026/04/20 01:30:26 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:26 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:26 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/20 01:30:27 INFO : dir2/file3: Deleted 2026/04/20 01:30:27 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/20 01:30:27 DEBUG : dir2/file3: Updating file with dir2/file3 0x23c3f34d11e0 2026/04/20 01:30:27 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/20 01:30:27 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir2/file3" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir2/file3 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:27 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/20 01:30:27 DEBUG : empty directory: Updating dir with renamed empty directory 0x23c3f33e92b0 2026/04/20 01:30:27 DEBUG : empty directory: forgetting directory cache 2026/04/20 01:30:27 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/20 01:30:27 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/20 01:30:27 DEBUG : dir2: Renaming to "dir3" 2026/04/20 01:30:27 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:27 DEBUG : renamed empty directory: Looking for writers 2026/04/20 01:30:27 DEBUG : dir3: Looking for writers 2026/04/20 01:30:27 DEBUG : file3: reading active writers 2026/04/20 01:30:27 DEBUG : Looking for writers 2026/04/20 01:30:27 DEBUG : dir3: reading active writers 2026/04/20 01:30:27 DEBUG : renamed empty directory: reading active writers 2026/04/20 01:30:27 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.68s) === 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-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:27 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:27 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/20 01:30:27 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:27 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:27 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/20 01:30:27 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/20 01:30:27 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/20 01:30:27 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/20 01:30:27 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:27 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:27 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/20 01:30:27 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/20 01:30:27 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/20 01:30:27 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (12 bytes), uploading instead of streaming 2026/04/20 01:30:27 DEBUG : dir/sub/file2: size = 12 OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/sub/file2" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/sub/file2 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/sub/file2" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-takuyuv1ziso/dir/sub/file2 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/20 01:30:27 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/20 01:30:27 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/20 01:30:27 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/20 01:30:27 DEBUG : forgetting directory cache 2026/04/20 01:30:27 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:27 DEBUG : dir/sub: forgetting directory cache 2026/04/20 01:30:27 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/20 01:30:27 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (5 bytes), uploading instead of streaming 2026/04/20 01:30:27 DEBUG : dir/sub/file0: size = 5 OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/sub/file0" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/sub/file0 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/sub/file0" 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/dir/sub/file0 2026/04/20 01:30:27 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:27 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:27 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:27 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/20 01:30:27 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/20 01:30:27 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:27 DEBUG : dir/sub: Looking for writers 2026/04/20 01:30:27 DEBUG : file0: reading active writers 2026/04/20 01:30:27 DEBUG : file2: reading active writers 2026/04/20 01:30:27 DEBUG : dir: Looking for writers 2026/04/20 01:30:27 DEBUG : file1: reading active writers 2026/04/20 01:30:27 DEBUG : sub: reading active writers 2026/04/20 01:30:27 DEBUG : Looking for writers 2026/04/20 01:30:27 DEBUG : dir: reading active writers 2026/04/20 01:30:27 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:27 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:27 DEBUG : forgetting directory cache 2026/04/20 01:30:29 DEBUG : forgetting directory cache 2026/04/20 01:30:29 DEBUG : dir: forgetting directory cache 2026/04/20 01:30:29 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:29 DEBUG : dir: Looking for writers 2026/04/20 01:30:29 DEBUG : Looking for writers 2026/04/20 01:30:29 DEBUG : dir: reading active writers 2026/04/20 01:30:29 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:29 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/20 01:30:29 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:29 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/20 01:30:29 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/20 01:30:29 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/20 01:30:29 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:29 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:29 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/20 01:30:29 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:29 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/20 01:30:29 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/20 01:30:29 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/20 01:30:29 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:29 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:29 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:29 DEBUG : dir: Looking for writers 2026/04/20 01:30:29 DEBUG : file1: reading active writers 2026/04/20 01:30:29 DEBUG : file1.metadata: reading active writers 2026/04/20 01:30:29 DEBUG : Looking for writers 2026/04/20 01:30:29 DEBUG : dir: reading active writers 2026/04/20 01:30:29 DEBUG : dir.metadata: reading active writers 2026/04/20 01:30:29 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:29 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:29 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:29 DEBUG : dir: Looking for writers 2026/04/20 01:30:29 DEBUG : file1: reading active writers 2026/04/20 01:30:29 DEBUG : Looking for writers 2026/04/20 01:30:29 DEBUG : dir: reading active writers 2026/04/20 01:30:29 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:29 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:29 DEBUG : Can set mod time: true 2026/04/20 01:30:29 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:29 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:29 DEBUG : dir: Looking for writers 2026/04/20 01:30:29 DEBUG : file1: reading active writers 2026/04/20 01:30:29 DEBUG : Looking for writers 2026/04/20 01:30:29 DEBUG : dir: reading active writers 2026/04/20 01:30:29 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:29 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:29 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/20 01:30:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (0 bytes), uploading instead of streaming 2026/04/20 01:30:30 DEBUG : dir/file1: size = 0 OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:30 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/20 01:30:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/20 01:30:30 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/20 01:30:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:30 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:30 DEBUG : dir: Looking for writers 2026/04/20 01:30:30 DEBUG : file1: reading active writers 2026/04/20 01:30:30 DEBUG : Looking for writers 2026/04/20 01:30:30 DEBUG : dir: reading active writers 2026/04/20 01:30:30 DEBUG : >WaitForWriters: 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/20 01:30:30 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:30 DEBUG : dir: Looking for writers 2026/04/20 01:30:30 DEBUG : file1: reading active writers 2026/04/20 01:30:30 DEBUG : Looking for writers 2026/04/20 01:30:30 DEBUG : dir: reading active writers 2026/04/20 01:30:30 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:30 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/20 01:30:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (5 bytes), uploading instead of streaming 2026/04/20 01:30:30 DEBUG : dir/file1: size = 5 OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:30 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/20 01:30:30 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/20 01:30:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:30 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:30 DEBUG : dir: Looking for writers 2026/04/20 01:30:30 DEBUG : file1: reading active writers 2026/04/20 01:30:30 DEBUG : Looking for writers 2026/04/20 01:30:30 DEBUG : dir: reading active writers 2026/04/20 01:30:30 DEBUG : >WaitForWriters: 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:30 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/20 01:30:30 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:30 DEBUG : dir: Looking for writers 2026/04/20 01:30:30 DEBUG : file1: reading active writers 2026/04/20 01:30:30 DEBUG : Looking for writers 2026/04/20 01:30:30 DEBUG : dir: reading active writers 2026/04/20 01:30:30 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:30 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:30 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:30 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:31 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:31 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:31 DEBUG : dir: Looking for writers 2026/04/20 01:30:31 DEBUG : file1: reading active writers 2026/04/20 01:30:31 DEBUG : Looking for writers 2026/04/20 01:30:31 DEBUG : dir: reading active writers 2026/04/20 01:30:31 DEBUG : >WaitForWriters: 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:31 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:31 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/20 01:30:31 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:31 DEBUG : dir/file1(0x23c3f3a6c300): close: 2026/04/20 01:30:31 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/20 01:30:31 DEBUG : dir/file1(0x23c3f3a6c300): >close: err= 2026/04/20 01:30:31 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:31 DEBUG : dir: Looking for writers 2026/04/20 01:30:31 DEBUG : file1: reading active writers 2026/04/20 01:30:31 DEBUG : Looking for writers 2026/04/20 01:30:31 DEBUG : dir: reading active writers 2026/04/20 01:30:31 DEBUG : >WaitForWriters: 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:31 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:31 DEBUG : dir: Looking for writers 2026/04/20 01:30:31 DEBUG : file1: reading active writers 2026/04/20 01:30:31 DEBUG : Looking for writers 2026/04/20 01:30:31 DEBUG : dir: reading active writers 2026/04/20 01:30:31 DEBUG : >WaitForWriters: 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:31 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:31 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:31 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/20 01:30:31 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:31 DEBUG : dir/file1(0x23c3f35dc2c0): _writeAt: size=5, off=0 2026/04/20 01:30:31 DEBUG : dir/file1(0x23c3f35dc2c0): openPending: 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:31 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/20 01:30:32 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/20 01:30:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:32 DEBUG : dir/file1(0x23c3f35dc2c0): >openPending: err= 2026/04/20 01:30:32 DEBUG : dir/file1(0x23c3f35dc2c0): >_writeAt: n=5, err= 2026/04/20 01:30:32 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/20 01:30:32 DEBUG : dir/file1(0x23c3f35dc2c0): close: 2026/04/20 01:30:32 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/20 01:30:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/20 01:30:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/20 01:30:32 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/20 01:30:32 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/20 01:30:32 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:32 DEBUG : dir/file1(0x23c3f35dc2c0): >close: err= 2026/04/20 01:30:32 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:32 DEBUG : dir/file1: vfs cache: starting upload 2026/04/20 01:30:32 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1.2f98c60a.partial" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1.2f98c60a.partial 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1.2f98c60a.partial" 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-takuyuv1ziso/dir/file1.2f98c60a.partial 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/20 01:30:32 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/20 01:30:32 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/20 01:30:32 INFO : dir/file1: Copied (replaced existing) 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/20 01:30:32 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/20 01:30:32 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:32 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/20 01:30:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:32 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : >WaitForWriters: 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/20 01:30:32 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : >WaitForWriters: 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.09s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.50s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:32 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:32 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/20 01:30:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:32 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:32 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:32 DEBUG : dir: Looking for writers 2026/04/20 01:30:32 DEBUG : file1: reading active writers 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : dir: reading active writers 2026/04/20 01:30:32 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/04/20 01:30:32 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/20 01:30:32 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/20 01:30:32 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:32 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/20 01:30:32 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:32 DEBUG : Looking for writers 2026/04/20 01:30:32 DEBUG : file.txt: reading active writers 2026/04/20 01:30:32 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:32 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:32 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (25 bytes), uploading instead of streaming 2026/04/20 01:30:33 DEBUG : dir/file1: size = 25 OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:33 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/20 01:30:33 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/20 01:30:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:33 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:33 DEBUG : dir: Looking for writers 2026/04/20 01:30:33 DEBUG : file1: reading active writers 2026/04/20 01:30:33 DEBUG : Looking for writers 2026/04/20 01:30:33 DEBUG : dir: reading active writers 2026/04/20 01:30:33 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.27s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:33 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:33 DEBUG : dir/file1: Remove: 2026/04/20 01:30:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:33 DEBUG : dir/file1: >Remove: err= 2026/04/20 01:30:33 DEBUG : dir/file1: Remove: 2026/04/20 01:30:33 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/20 01:30:33 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:33 DEBUG : dir: Looking for writers 2026/04/20 01:30:33 DEBUG : Looking for writers 2026/04/20 01:30:33 DEBUG : dir: reading active writers 2026/04/20 01:30:33 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:33 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:33 DEBUG : dir/file1: Remove: 2026/04/20 01:30:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:33 DEBUG : dir/file1: >Remove: err= 2026/04/20 01:30:33 DEBUG : dir/file1: Remove: 2026/04/20 01:30:33 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/20 01:30:33 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:33 DEBUG : dir: Looking for writers 2026/04/20 01:30:33 DEBUG : Looking for writers 2026/04/20 01:30:33 DEBUG : dir: reading active writers 2026/04/20 01:30:33 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:33 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:33 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/20 01:30:33 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/20 01:30:33 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/20 01:30:33 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/20 01:30:33 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/20 01:30:33 DEBUG : dir/file1: Open: flags=0x3 2026/04/20 01:30:33 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/20 01:30:33 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/20 01:30:33 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:33 DEBUG : dir: Looking for writers 2026/04/20 01:30:33 DEBUG : file1: reading active writers 2026/04/20 01:30:33 DEBUG : Looking for writers 2026/04/20 01:30:33 DEBUG : dir: reading active writers 2026/04/20 01:30:33 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:33 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:33 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:34 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:34 DEBUG : dir: Looking for writers 2026/04/20 01:30:34 DEBUG : file1: reading active writers 2026/04/20 01:30:34 DEBUG : Looking for writers 2026/04/20 01:30:34 DEBUG : dir: reading active writers 2026/04/20 01:30:34 DEBUG : >WaitForWriters: 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:34 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f39e8c30 2026/04/20 01:30:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:34 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/20 01:30:34 DEBUG : dir/file1: Updating file with dir/file1 0x23c3f39e8c30 2026/04/20 01:30:34 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/20 01:30:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/20 01:30:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:34 DEBUG : dir/file1: File is currently open, delaying rename 0x23c3f39e8c30 2026/04/20 01:30:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (25 bytes), uploading instead of streaming 2026/04/20 01:30:34 DEBUG : dir/file1: size = 25 OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:34 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/20 01:30:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/20 01:30:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:34 DEBUG : newLeaf: Running delayed rename now 2026/04/20 01:30:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:34 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f39e8c30 2026/04/20 01:30:34 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:34 DEBUG : dir: Looking for writers 2026/04/20 01:30:34 DEBUG : Looking for writers 2026/04/20 01:30:34 DEBUG : dir: reading active writers 2026/04/20 01:30:34 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:34 DEBUG : >WaitForWriters: 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:34 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/20 01:30:34 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:34 DEBUG : dir: Looking for writers 2026/04/20 01:30:34 DEBUG : Looking for writers 2026/04/20 01:30:34 DEBUG : dir: reading active writers 2026/04/20 01:30:34 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:34 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:34 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:34 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:34 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:35 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:35 DEBUG : dir: Looking for writers 2026/04/20 01:30:35 DEBUG : file1: reading active writers 2026/04/20 01:30:35 DEBUG : Looking for writers 2026/04/20 01:30:35 DEBUG : dir: reading active writers 2026/04/20 01:30:35 DEBUG : >WaitForWriters: 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:35 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f399e000 2026/04/20 01:30:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/20 01:30:35 DEBUG : dir/file1: Updating file with dir/file1 0x23c3f399e000 2026/04/20 01:30:35 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/20 01:30:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:35 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/20 01:30:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:35 DEBUG : dir/file1: File is currently open, delaying rename 0x23c3f399e000 2026/04/20 01:30:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (25 bytes), uploading instead of streaming 2026/04/20 01:30:35 DEBUG : dir/file1: size = 25 OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:35 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/20 01:30:35 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/20 01:30:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:35 DEBUG : newLeaf: Running delayed rename now 2026/04/20 01:30:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:35 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f399e000 2026/04/20 01:30:35 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:35 DEBUG : dir: Looking for writers 2026/04/20 01:30:35 DEBUG : Looking for writers 2026/04/20 01:30:35 DEBUG : dir: reading active writers 2026/04/20 01:30:35 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:35 DEBUG : >WaitForWriters: 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:35 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/20 01:30:36 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:36 DEBUG : dir: Looking for writers 2026/04/20 01:30:36 DEBUG : Looking for writers 2026/04/20 01:30:36 DEBUG : dir: reading active writers 2026/04/20 01:30:36 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:36 DEBUG : >WaitForWriters: 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:36 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:36 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:36 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:36 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f314ed80): openPending: 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/20 01:30:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/20 01:30:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f314ed80): >openPending: err= 2026/04/20 01:30:36 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/20 01:30:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f314ed80): _writeAt: size=14, off=0 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f314ed80): >_writeAt: n=14, err= 2026/04/20 01:30:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f314ed80): close: 2026/04/20 01:30:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/20 01:30:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/20 01:30:36 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f314ed80): >close: err= 2026/04/20 01:30:36 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:36 DEBUG : dir: Looking for writers 2026/04/20 01:30:36 DEBUG : file1: reading active writers 2026/04/20 01:30:36 DEBUG : Looking for writers 2026/04/20 01:30:36 DEBUG : dir: reading active writers 2026/04/20 01:30:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:36 DEBUG : dir: Looking for writers 2026/04/20 01:30:36 DEBUG : file1: reading active writers 2026/04/20 01:30:36 DEBUG : Looking for writers 2026/04/20 01:30:36 DEBUG : dir: reading active writers 2026/04/20 01:30:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:36 DEBUG : dir: Looking for writers 2026/04/20 01:30:36 DEBUG : file1: reading active writers 2026/04/20 01:30:36 DEBUG : Looking for writers 2026/04/20 01:30:36 DEBUG : dir: reading active writers 2026/04/20 01:30:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:36 DEBUG : dir: Looking for writers 2026/04/20 01:30:36 DEBUG : file1: reading active writers 2026/04/20 01:30:36 DEBUG : Looking for writers 2026/04/20 01:30:36 DEBUG : dir: reading active writers 2026/04/20 01:30:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:36 DEBUG : dir/file1: vfs cache: starting upload 2026/04/20 01:30:36 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1.ca338588.partial" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1.ca338588.partial 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1.ca338588.partial" 2026/04/20 01:30:36 DEBUG : dir: Looking for writers 2026/04/20 01:30:36 DEBUG : file1: reading active writers 2026/04/20 01:30:36 DEBUG : Looking for writers 2026/04/20 01:30:36 DEBUG : dir: reading active writers 2026/04/20 01:30:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1.ca338588.partial 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:36 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/20 01:30:36 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/20 01:30:36 INFO : dir/file1: Copied (replaced existing) 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:36 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:36 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/20 01:30:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:36 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:36 DEBUG : dir: Looking for writers 2026/04/20 01:30:36 DEBUG : file1: reading active writers 2026/04/20 01:30:36 DEBUG : Looking for writers 2026/04/20 01:30:36 DEBUG : dir: reading active writers 2026/04/20 01:30:36 DEBUG : >WaitForWriters: 2026/04/20 01:30:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:36 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f3a6c600): _readAt: size=512, off=0 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f3a6c600): openPending: 2026/04/20 01:30:36 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/20 01:30:36 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/20 01:30:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f3a6c600): >openPending: err= 2026/04/20 01:30:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f3a6c600): >_readAt: n=14, err=EOF 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f3a6c600): close: 2026/04/20 01:30:36 DEBUG : dir/file1(0x23c3f3a6c600): >close: err= 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:36 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/20 01:30:36 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f3687450 2026/04/20 01:30:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:36 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:37 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:37 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/20 01:30:37 DEBUG : dir/file1: Updating file with dir/file1 0x23c3f3687450 2026/04/20 01:30:37 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/20 01:30:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:37 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:37 DEBUG : dir/file1(0x23c3f39e3a80): openPending: 2026/04/20 01:30:37 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/20 01:30:37 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/20 01:30:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:37 DEBUG : dir/file1(0x23c3f39e3a80): >openPending: err= 2026/04/20 01:30:37 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/20 01:30:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:37 DEBUG : dir/file1(0x23c3f39e3a80): _writeAt: size=25, off=0 2026/04/20 01:30:37 DEBUG : dir/file1(0x23c3f39e3a80): >_writeAt: n=25, err= 2026/04/20 01:30:37 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:37 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/20 01:30:37 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f3687450 2026/04/20 01:30:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:37 DEBUG : newLeaf(0x23c3f39e3a80): close: 2026/04/20 01:30:37 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/20 01:30:37 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-20 01:30:37.430475687 +0000 UTC m=+17.339153299 2026/04/20 01:30:37 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:37 DEBUG : newLeaf(0x23c3f39e3a80): >close: err= 2026/04/20 01:30:37 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:37 DEBUG : dir: Looking for writers 2026/04/20 01:30:37 DEBUG : Looking for writers 2026/04/20 01:30:37 DEBUG : dir: reading active writers 2026/04/20 01:30:37 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:37 DEBUG : dir: Looking for writers 2026/04/20 01:30:37 DEBUG : Looking for writers 2026/04/20 01:30:37 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:37 DEBUG : dir: reading active writers 2026/04/20 01:30:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:37 DEBUG : dir: Looking for writers 2026/04/20 01:30:37 DEBUG : Looking for writers 2026/04/20 01:30:37 DEBUG : dir: reading active writers 2026/04/20 01:30:37 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:37 DEBUG : dir: Looking for writers 2026/04/20 01:30:37 DEBUG : Looking for writers 2026/04/20 01:30:37 DEBUG : dir: reading active writers 2026/04/20 01:30:37 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:37 DEBUG : newLeaf: vfs cache: starting upload 2026/04/20 01:30:37 DEBUG : newLeaf.82d9b935.partial: size = 25 OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf.82d9b935.partial" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf.82d9b935.partial 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf.82d9b935.partial" 2026/04/20 01:30:37 DEBUG : dir: Looking for writers 2026/04/20 01:30:37 DEBUG : Looking for writers 2026/04/20 01:30:37 DEBUG : dir: reading active writers 2026/04/20 01:30:37 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf.82d9b935.partial 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : newLeaf.82d9b935.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:37 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/20 01:30:37 DEBUG : newLeaf.82d9b935.partial: renamed to: newLeaf 2026/04/20 01:30:37 INFO : newLeaf: Copied (replaced existing) 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:37 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-20 01:30:37 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/20 01:30:37 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/20 01:30:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:37 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/20 01:30:37 DEBUG : dir: Looking for writers 2026/04/20 01:30:37 DEBUG : Looking for writers 2026/04/20 01:30:37 DEBUG : dir: reading active writers 2026/04/20 01:30:37 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:37 DEBUG : >WaitForWriters: 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:37 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/20 01:30:38 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:38 DEBUG : dir: Looking for writers 2026/04/20 01:30:38 DEBUG : Looking for writers 2026/04/20 01:30:38 DEBUG : dir: reading active writers 2026/04/20 01:30:38 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:38 DEBUG : >WaitForWriters: 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:38 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:38 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:38 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:38 DEBUG : dir: Looking for writers 2026/04/20 01:30:38 DEBUG : file1: reading active writers 2026/04/20 01:30:38 DEBUG : Looking for writers 2026/04/20 01:30:38 DEBUG : dir: reading active writers 2026/04/20 01:30:38 DEBUG : >WaitForWriters: 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:38 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f3bd0820 2026/04/20 01:30:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:38 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/20 01:30:38 DEBUG : dir/file1: Updating file with dir/file1 0x23c3f3bd0820 2026/04/20 01:30:38 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/20 01:30:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:38 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:38 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:38 DEBUG : dir/file1(0x23c3f34c5dc0): openPending: 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/20 01:30:38 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/20 01:30:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:38 DEBUG : dir/file1(0x23c3f34c5dc0): >openPending: err= 2026/04/20 01:30:38 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/20 01:30:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:38 DEBUG : dir/file1(0x23c3f34c5dc0): _writeAt: size=25, off=0 2026/04/20 01:30:38 DEBUG : dir/file1(0x23c3f34c5dc0): >_writeAt: n=25, err= 2026/04/20 01:30:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:38 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:39 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/20 01:30:39 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f3bd0820 2026/04/20 01:30:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:39 DEBUG : newLeaf(0x23c3f34c5dc0): close: 2026/04/20 01:30:39 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/20 01:30:39 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-20 01:30:38.939041251 +0000 UTC m=+18.847718872 2026/04/20 01:30:39 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:39 DEBUG : newLeaf(0x23c3f34c5dc0): >close: err= 2026/04/20 01:30:39 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:39 DEBUG : newLeaf: vfs cache: starting upload 2026/04/20 01:30:39 DEBUG : newLeaf.f2122a27.partial: size = 25 OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf.f2122a27.partial" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf.f2122a27.partial 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf.f2122a27.partial" 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf.f2122a27.partial 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : newLeaf.f2122a27.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:39 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/20 01:30:39 DEBUG : newLeaf.f2122a27.partial: renamed to: newLeaf 2026/04/20 01:30:39 INFO : newLeaf: Copied (replaced existing) 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:39 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-20 01:30:38 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/20 01:30:39 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/20 01:30:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:39 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:39 DEBUG : >WaitForWriters: 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/20 01:30:39 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:39 DEBUG : >WaitForWriters: 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:39 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:39 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:39 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:39 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:39 DEBUG : dir/file1(0x23c3f3c65a00): openPending: 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/20 01:30:39 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/20 01:30:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:39 DEBUG : dir/file1(0x23c3f3c65a00): >openPending: err= 2026/04/20 01:30:39 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/20 01:30:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:39 DEBUG : dir/file1(0x23c3f3c65a00): _writeAt: size=14, off=0 2026/04/20 01:30:39 DEBUG : dir/file1(0x23c3f3c65a00): >_writeAt: n=14, err= 2026/04/20 01:30:39 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/20 01:30:39 DEBUG : dir/file1(0x23c3f3c65a00): close: 2026/04/20 01:30:39 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/20 01:30:39 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/20 01:30:39 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:39 DEBUG : dir/file1(0x23c3f3c65a00): >close: err= 2026/04/20 01:30:39 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : file1: reading active writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : file1: reading active writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : file1: reading active writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:39 DEBUG : dir: Looking for writers 2026/04/20 01:30:39 DEBUG : file1: reading active writers 2026/04/20 01:30:39 DEBUG : Looking for writers 2026/04/20 01:30:39 DEBUG : dir: reading active writers 2026/04/20 01:30:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:39 DEBUG : dir/file1: vfs cache: starting upload 2026/04/20 01:30:39 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1.ca338588.partial" 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1.ca338588.partial 2026/04/20 01:30:39 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1.ca338588.partial" 2026/04/20 01:30:40 DEBUG : dir: Looking for writers 2026/04/20 01:30:40 DEBUG : file1: reading active writers 2026/04/20 01:30:40 DEBUG : Looking for writers 2026/04/20 01:30:40 DEBUG : dir: reading active writers 2026/04/20 01:30:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1.ca338588.partial 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:40 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/20 01:30:40 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/20 01:30:40 INFO : dir/file1: Copied (replaced existing) 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:40 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:40 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/20 01:30:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:40 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:40 DEBUG : dir: Looking for writers 2026/04/20 01:30:40 DEBUG : file1: reading active writers 2026/04/20 01:30:40 DEBUG : Looking for writers 2026/04/20 01:30:40 DEBUG : dir: reading active writers 2026/04/20 01:30:40 DEBUG : >WaitForWriters: 2026/04/20 01:30:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:40 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f35eb180): _readAt: size=512, off=0 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f35eb180): openPending: 2026/04/20 01:30:40 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/20 01:30:40 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/20 01:30:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f35eb180): >openPending: err= 2026/04/20 01:30:40 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f35eb180): >_readAt: n=14, err=EOF 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f35eb180): close: 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f35eb180): >close: err= 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:40 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/20 01:30:40 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f358d380 2026/04/20 01:30:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:40 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:40 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/20 01:30:40 DEBUG : dir/file1: Updating file with dir/file1 0x23c3f358d380 2026/04/20 01:30:40 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/20 01:30:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:40 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:40 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f366c400): openPending: 2026/04/20 01:30:40 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/20 01:30:40 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/20 01:30:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f366c400): >openPending: err= 2026/04/20 01:30:40 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/20 01:30:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f366c400): _writeAt: size=25, off=0 2026/04/20 01:30:40 DEBUG : dir/file1(0x23c3f366c400): >_writeAt: n=25, err= 2026/04/20 01:30:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:40 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/20 01:30:41 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f358d380 2026/04/20 01:30:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:41 DEBUG : newLeaf(0x23c3f366c400): close: 2026/04/20 01:30:41 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/20 01:30:41 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-20 01:30:40.969892073 +0000 UTC m=+20.878569674 2026/04/20 01:30:41 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:41 DEBUG : newLeaf(0x23c3f366c400): >close: err= 2026/04/20 01:30:41 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:41 DEBUG : newLeaf: vfs cache: starting upload 2026/04/20 01:30:41 DEBUG : newLeaf.71b4267b.partial: size = 25 OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf.71b4267b.partial" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf.71b4267b.partial 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf.71b4267b.partial" 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf.71b4267b.partial 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : newLeaf.71b4267b.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:41 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/20 01:30:41 DEBUG : newLeaf.71b4267b.partial: renamed to: newLeaf 2026/04/20 01:30:41 INFO : newLeaf: Copied (replaced existing) 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:41 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-20 01:30:40 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/20 01:30:41 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/20 01:30:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:41 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:41 DEBUG : >WaitForWriters: 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/20 01:30:41 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:41 DEBUG : >WaitForWriters: 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:41 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:41 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:41 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:41 DEBUG : dir: Looking for writers 2026/04/20 01:30:41 DEBUG : file1: reading active writers 2026/04/20 01:30:41 DEBUG : Looking for writers 2026/04/20 01:30:41 DEBUG : dir: reading active writers 2026/04/20 01:30:41 DEBUG : >WaitForWriters: 2026/04/20 01:30:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:41 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:41 DEBUG : dir/file1(0x23c3f366c980): _readAt: size=512, off=0 2026/04/20 01:30:41 DEBUG : dir/file1(0x23c3f366c980): openPending: 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/20 01:30:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/20 01:30:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:41 DEBUG : dir/file1(0x23c3f366c980): >openPending: err= 2026/04/20 01:30:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/20 01:30:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:41 DEBUG : dir/file1(0x23c3f366c980): >_readAt: n=14, err=EOF 2026/04/20 01:30:41 DEBUG : dir/file1(0x23c3f366c980): close: 2026/04/20 01:30:41 DEBUG : dir/file1(0x23c3f366c980): >close: err= 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:41 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/20 01:30:42 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f3671040 2026/04/20 01:30:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:42 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:42 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/20 01:30:42 DEBUG : dir/file1: Updating file with dir/file1 0x23c3f3671040 2026/04/20 01:30:42 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/20 01:30:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:42 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:42 DEBUG : dir/file1(0x23c3f325fc40): openPending: 2026/04/20 01:30:42 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/20 01:30:42 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/20 01:30:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:42 DEBUG : dir/file1(0x23c3f325fc40): >openPending: err= 2026/04/20 01:30:42 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/20 01:30:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:42 DEBUG : dir/file1(0x23c3f325fc40): _writeAt: size=25, off=0 2026/04/20 01:30:42 DEBUG : dir/file1(0x23c3f325fc40): >_writeAt: n=25, err= 2026/04/20 01:30:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/20 01:30:42 DEBUG : newLeaf: Updating file with newLeaf 0x23c3f3671040 2026/04/20 01:30:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:30:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:42 DEBUG : newLeaf(0x23c3f325fc40): close: 2026/04/20 01:30:42 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/20 01:30:42 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-20 01:30:42.646554142 +0000 UTC m=+22.555231713 2026/04/20 01:30:42 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:42 DEBUG : newLeaf(0x23c3f325fc40): >close: err= 2026/04/20 01:30:42 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:42 DEBUG : dir: Looking for writers 2026/04/20 01:30:42 DEBUG : Looking for writers 2026/04/20 01:30:42 DEBUG : dir: reading active writers 2026/04/20 01:30:42 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:42 DEBUG : dir: Looking for writers 2026/04/20 01:30:42 DEBUG : Looking for writers 2026/04/20 01:30:42 DEBUG : dir: reading active writers 2026/04/20 01:30:42 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:42 DEBUG : dir: Looking for writers 2026/04/20 01:30:42 DEBUG : Looking for writers 2026/04/20 01:30:42 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:42 DEBUG : dir: reading active writers 2026/04/20 01:30:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:42 DEBUG : dir: Looking for writers 2026/04/20 01:30:42 DEBUG : Looking for writers 2026/04/20 01:30:42 DEBUG : dir: reading active writers 2026/04/20 01:30:42 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:42 DEBUG : newLeaf: vfs cache: starting upload 2026/04/20 01:30:42 DEBUG : newLeaf.ca429d20.partial: size = 25 OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf.ca429d20.partial" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf.ca429d20.partial 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf.ca429d20.partial" 2026/04/20 01:30:42 DEBUG : dir: Looking for writers 2026/04/20 01:30:42 DEBUG : Looking for writers 2026/04/20 01:30:42 DEBUG : dir: reading active writers 2026/04/20 01:30:42 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf.ca429d20.partial 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:42 DEBUG : newLeaf.ca429d20.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:42 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/20 01:30:42 DEBUG : newLeaf.ca429d20.partial: renamed to: newLeaf 2026/04/20 01:30:42 INFO : newLeaf: Copied (replaced existing) 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:42 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:43 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-20 01:30:42 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/20 01:30:43 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/20 01:30:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/20 01:30:43 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/20 01:30:43 DEBUG : dir: Looking for writers 2026/04/20 01:30:43 DEBUG : Looking for writers 2026/04/20 01:30:43 DEBUG : dir: reading active writers 2026/04/20 01:30:43 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:43 DEBUG : >WaitForWriters: 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/newLeaf" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-takuyuv1ziso/newLeaf 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/20 01:30:43 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:43 DEBUG : dir: Looking for writers 2026/04/20 01:30:43 DEBUG : Looking for writers 2026/04/20 01:30:43 DEBUG : dir: reading active writers 2026/04/20 01:30:43 DEBUG : newLeaf: reading active writers 2026/04/20 01:30:43 DEBUG : >WaitForWriters: 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestFileRename (9.45s) --- PASS: TestFileRename/off,forceCache=false (1.13s) --- PASS: TestFileRename/minimal,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=true (2.00s) --- PASS: TestFileRename/writes,forceCache=false (1.51s) --- PASS: TestFileRename/writes,forceCache=true (2.00s) --- PASS: TestFileRename/full,forceCache=false (1.71s) === 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-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:43 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:43 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:43 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:43 DEBUG : Looking for writers 2026/04/20 01:30:43 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-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:43 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:43 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:43 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/20 01:30:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:43 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:43 DEBUG : dir: Looking for writers 2026/04/20 01:30:43 DEBUG : file1: reading active writers 2026/04/20 01:30:43 DEBUG : Looking for writers 2026/04/20 01:30:43 DEBUG : dir: reading active writers 2026/04/20 01:30:43 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.30s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:43 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:43 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:43 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/20 01:30:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/20 01:30:43 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/20 01:30:43 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/20 01:30:43 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/20 01:30:43 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/20 01:30:43 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:43 DEBUG : dir: Looking for writers 2026/04/20 01:30:43 DEBUG : file1: reading active writers 2026/04/20 01:30:43 DEBUG : Looking for writers 2026/04/20 01:30:43 DEBUG : dir: reading active writers 2026/04/20 01:30:43 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:43 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:43 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:44 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/20 01:30:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/20 01:30:44 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/20 01:30:44 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/20 01:30:44 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/20 01:30:44 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/20 01:30:44 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/20 01:30:44 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/20 01:30:44 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/20 01:30:44 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/20 01:30:44 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/20 01:30:44 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/20 01:30:44 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/20 01:30:44 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/20 01:30:44 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/20 01:30:44 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:44 DEBUG : dir: Looking for writers 2026/04/20 01:30:44 DEBUG : file1: reading active writers 2026/04/20 01:30:44 DEBUG : Looking for writers 2026/04/20 01:30:44 DEBUG : dir: reading active writers 2026/04/20 01:30:44 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:44 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:44 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/20 01:30:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:44 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:44 DEBUG : dir: Looking for writers 2026/04/20 01:30:44 DEBUG : file1: reading active writers 2026/04/20 01:30:44 DEBUG : Looking for writers 2026/04/20 01:30:44 DEBUG : dir: reading active writers 2026/04/20 01:30:44 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:44 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:44 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/20 01:30:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:44 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:44 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/20 01:30:44 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:44 DEBUG : dir: Looking for writers 2026/04/20 01:30:44 DEBUG : file1: reading active writers 2026/04/20 01:30:44 DEBUG : Looking for writers 2026/04/20 01:30:44 DEBUG : dir: reading active writers 2026/04/20 01:30:44 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:44 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:44 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:44 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:45 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): _readAt: size=1, off=0 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): openPending: 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/20 01:30:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/20 01:30:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): >openPending: err= 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): _readAt: size=256, off=1 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): >_readAt: n=15, err=EOF 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): _readAt: size=16, off=16 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): >_readAt: n=0, err=EOF 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): close: 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): >close: err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): close: 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349cf00): >close: err=file already closed 2026/04/20 01:30:45 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:45 DEBUG : dir: Looking for writers 2026/04/20 01:30:45 DEBUG : file1: reading active writers 2026/04/20 01:30:45 DEBUG : Looking for writers 2026/04/20 01:30:45 DEBUG : dir: reading active writers 2026/04/20 01:30:45 DEBUG : >WaitForWriters: 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.28s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:45 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:45 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): _readAt: size=1, off=0 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): openPending: 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/20 01:30:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/20 01:30:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): >openPending: err= 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): _readAt: size=1, off=5 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): _readAt: size=1, off=3 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): _readAt: size=1, off=13 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): _readAt: size=16, off=100 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): >_readAt: n=0, err=EOF 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): close: 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f3672140): >close: err= 2026/04/20 01:30:45 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:45 DEBUG : dir: Looking for writers 2026/04/20 01:30:45 DEBUG : file1: reading active writers 2026/04/20 01:30:45 DEBUG : Looking for writers 2026/04/20 01:30:45 DEBUG : dir: reading active writers 2026/04/20 01:30:45 DEBUG : >WaitForWriters: 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:45 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:45 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): _readAt: size=1, off=0 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): openPending: 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/20 01:30:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/20 01:30:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >openPending: err= 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): _readAt: size=1, off=5 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): _readAt: size=1, off=1 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >_readAt: n=1, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): _readAt: size=6, off=10 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >_readAt: n=6, err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): _readAt: size=256, off=10 2026/04/20 01:30:45 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >_readAt: n=6, err=EOF 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): _readAt: size=256, off=100 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): close: 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >close: err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): _readAt: size=256, off=100 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f34788c0): >_readAt: n=0, err=file already closed 2026/04/20 01:30:45 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:45 DEBUG : dir: Looking for writers 2026/04/20 01:30:45 DEBUG : file1: reading active writers 2026/04/20 01:30:45 DEBUG : Looking for writers 2026/04/20 01:30:45 DEBUG : dir: reading active writers 2026/04/20 01:30:45 DEBUG : >WaitForWriters: 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:45 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:45 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:45 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349de00): RWFileHandle.Flush 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349de00): _readAt: size=256, off=0 2026/04/20 01:30:45 DEBUG : dir/file1(0x23c3f349de00): openPending: 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:45 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/20 01:30:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/20 01:30:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f349de00): >openPending: err= 2026/04/20 01:30:46 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/20 01:30:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f349de00): >_readAt: n=16, err=EOF 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f349de00): RWFileHandle.Flush 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f349de00): RWFileHandle.Flush 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f349de00): close: 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f349de00): >close: err= 2026/04/20 01:30:46 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:46 DEBUG : dir: Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : dir: reading active writers 2026/04/20 01:30:46 DEBUG : >WaitForWriters: 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:46 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/20 01:30:46 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): _readAt: size=256, off=0 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): openPending: 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/20 01:30:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/20 01:30:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): >openPending: err= 2026/04/20 01:30:46 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/20 01:30:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): >_readAt: n=16, err=EOF 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): RWFileHandle.Release 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): close: 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): >close: err= 2026/04/20 01:30:46 DEBUG : dir/file1(0x23c3f3673600): RWFileHandle.Release 2026/04/20 01:30:46 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:46 DEBUG : dir: Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : dir: reading active writers 2026/04/20 01:30:46 DEBUG : >WaitForWriters: 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:46 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:46 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:46 DEBUG : file1: newRWFileHandle: 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): openPending: 2026/04/20 01:30:46 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): >openPending: err= 2026/04/20 01:30:46 DEBUG : file1: >newRWFileHandle: err= 2026/04/20 01:30:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:46 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/20 01:30:46 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): _writeAt: size=5, off=0 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): >_writeAt: n=5, err= 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): _writeAt: size=7, off=5 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): >_writeAt: n=7, err= 2026/04/20 01:30:46 DEBUG : file1: vfs cache: truncate to size=11 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): close: 2026/04/20 01:30:46 DEBUG : file1: vfs cache: setting modification time to 2026-04-20 01:30:46.370774634 +0000 UTC m=+26.279452205 2026/04/20 01:30:46 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): >close: err= 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): close: 2026/04/20 01:30:46 DEBUG : file1(0x23c3f3479c80): >close: err=file already closed 2026/04/20 01:30:46 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:46 DEBUG : file1: vfs cache: starting upload 2026/04/20 01:30:46 DEBUG : file1.cdb7e8ea.partial: size = 11 OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1.cdb7e8ea.partial" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1.cdb7e8ea.partial 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1.cdb7e8ea.partial" 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1.cdb7e8ea.partial 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : file1.cdb7e8ea.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:30:46 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/20 01:30:46 DEBUG : file1.cdb7e8ea.partial: renamed to: file1 2026/04/20 01:30:46 INFO : file1: Copied (new) 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:30:46 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-20 01:30:46 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/20 01:30:46 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:46 INFO : file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : >WaitForWriters: 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:46 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/20 01:30:46 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : >WaitForWriters: 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:46 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:46 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:46 DEBUG : file1: newRWFileHandle: 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): openPending: 2026/04/20 01:30:46 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): >openPending: err= 2026/04/20 01:30:46 DEBUG : file1: >newRWFileHandle: err= 2026/04/20 01:30:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:46 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/20 01:30:46 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): _writeAt: size=7, off=0 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): >_writeAt: n=7, err= 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): _writeAt: size=6, off=5 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): >_writeAt: n=6, err= 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): close: 2026/04/20 01:30:46 DEBUG : file1: vfs cache: setting modification time to 2026-04-20 01:30:46.883559816 +0000 UTC m=+26.792237377 2026/04/20 01:30:46 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): >close: err= 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): _writeAt: size=5, off=0 2026/04/20 01:30:46 DEBUG : file1(0x23c3f39c6a40): >_writeAt: n=0, err=file already closed 2026/04/20 01:30:46 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:46 DEBUG : Looking for writers 2026/04/20 01:30:46 DEBUG : file1: reading active writers 2026/04/20 01:30:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:46 DEBUG : file1: vfs cache: starting upload 2026/04/20 01:30:46 DEBUG : file1.14c8436d.partial: size = 11 OK 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1.14c8436d.partial" 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1.14c8436d.partial 2026/04/20 01:30:46 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1.14c8436d.partial" 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1.14c8436d.partial 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1.14c8436d.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:30:47 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/20 01:30:47 DEBUG : file1.14c8436d.partial: renamed to: file1 2026/04/20 01:30:47 INFO : file1: Copied (new) 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:30:47 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-20 01:30:46 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/20 01:30:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:47 INFO : file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : >WaitForWriters: 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/20 01:30:47 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : >WaitForWriters: 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:47 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:47 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:47 DEBUG : file1: newRWFileHandle: 2026/04/20 01:30:47 DEBUG : file1(0x23c3f314ec00): openPending: 2026/04/20 01:30:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:47 DEBUG : file1(0x23c3f314ec00): >openPending: err= 2026/04/20 01:30:47 DEBUG : file1: >newRWFileHandle: err= 2026/04/20 01:30:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/20 01:30:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/20 01:30:47 DEBUG : file1(0x23c3f314ec00): close: 2026/04/20 01:30:47 DEBUG : file1: vfs cache: setting modification time to 2026-04-20 01:30:47.398675615 +0000 UTC m=+27.307353186 2026/04/20 01:30:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:47 DEBUG : file1(0x23c3f314ec00): >close: err= 2026/04/20 01:30:47 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/20 01:30:47 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/20 01:30:47 DEBUG : file2: newRWFileHandle: 2026/04/20 01:30:47 DEBUG : file2(0x23c3f314f140): openPending: 2026/04/20 01:30:47 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/20 01:30:47 DEBUG : file2(0x23c3f314f140): >openPending: err= 2026/04/20 01:30:47 DEBUG : file2: >newRWFileHandle: err= 2026/04/20 01:30:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/20 01:30:47 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/20 01:30:47 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/20 01:30:47 DEBUG : file2(0x23c3f314f140): RWFileHandle.Flush 2026/04/20 01:30:47 DEBUG : file2(0x23c3f314f140): RWFileHandle.Release 2026/04/20 01:30:47 DEBUG : file2(0x23c3f314f140): close: 2026/04/20 01:30:47 DEBUG : file2: vfs cache: setting modification time to 2026-04-20 01:30:47.399412428 +0000 UTC m=+27.308089989 2026/04/20 01:30:47 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:47 DEBUG : file2(0x23c3f314f140): >close: err= 2026/04/20 01:30:47 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : file2: reading active writers 2026/04/20 01:30:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : file2: reading active writers 2026/04/20 01:30:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : file2: reading active writers 2026/04/20 01:30:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : file2: reading active writers 2026/04/20 01:30:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/20 01:30:47 DEBUG : file2: vfs cache: starting upload 2026/04/20 01:30:47 DEBUG : file1: vfs cache: starting upload 2026/04/20 01:30:47 DEBUG : file2.d0e2e1f6.partial: size = 0 OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file2.d0e2e1f6.partial" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file2.d0e2e1f6.partial 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file2.d0e2e1f6.partial" 2026/04/20 01:30:47 DEBUG : file1.73bed02b.partial: size = 0 OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1.73bed02b.partial" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1.73bed02b.partial 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1.73bed02b.partial" 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : file2: reading active writers 2026/04/20 01:30:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file1.73bed02b.partial 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1.73bed02b.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:47 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file2.d0e2e1f6.partial 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file2.d0e2e1f6.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:47 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/20 01:30:47 DEBUG : file1.73bed02b.partial: renamed to: file1 2026/04/20 01:30:47 INFO : file1: Copied (new) 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : file2.d0e2e1f6.partial: renamed to: file2 2026/04/20 01:30:47 INFO : file2: Copied (new) 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:47 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-20 01:30:47 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/20 01:30:47 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/20 01:30:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/20 01:30:47 INFO : file2: vfs cache: upload succeeded try #1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:47 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-20 01:30:47 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/20 01:30:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:47 INFO : file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:47 DEBUG : Looking for writers 2026/04/20 01:30:47 DEBUG : file1: reading active writers 2026/04/20 01:30:47 DEBUG : file2: reading active writers 2026/04/20 01:30:47 DEBUG : >WaitForWriters: 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:47 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:47 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file2" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-takuyuv1ziso/file2 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/20 01:30:48 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : file2: reading active writers 2026/04/20 01:30:48 DEBUG : >WaitForWriters: 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.71s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:48 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:48 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:48 DEBUG : file1: newRWFileHandle: 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): openPending: 2026/04/20 01:30:48 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): >openPending: err= 2026/04/20 01:30:48 DEBUG : file1: >newRWFileHandle: err= 2026/04/20 01:30:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:48 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/20 01:30:48 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): _writeAt: size=5, off=0 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): >_writeAt: n=5, err= 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): RWFileHandle.Flush 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): RWFileHandle.Flush 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): close: 2026/04/20 01:30:48 DEBUG : file1: vfs cache: setting modification time to 2026-04-20 01:30:48.109933102 +0000 UTC m=+28.018610663 2026/04/20 01:30:48 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:48 DEBUG : file1(0x23c3f325f140): >close: err= 2026/04/20 01:30:48 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:48 DEBUG : file1: vfs cache: starting upload 2026/04/20 01:30:48 DEBUG : file1.f9a842a6.partial: size = 5 OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1.f9a842a6.partial" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1.f9a842a6.partial 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1.f9a842a6.partial" 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1.f9a842a6.partial 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : file1.f9a842a6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:48 DEBUG : file1.f9a842a6.partial: renamed to: file1 2026/04/20 01:30:48 INFO : file1: Copied (new) 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:48 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-20 01:30:48 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/20 01:30:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:48 INFO : file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : >WaitForWriters: 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:48 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:48 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:48 DEBUG : file1: newRWFileHandle: 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): openPending: 2026/04/20 01:30:48 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): >openPending: err= 2026/04/20 01:30:48 DEBUG : file1: >newRWFileHandle: err= 2026/04/20 01:30:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:48 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/20 01:30:48 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): _writeAt: size=5, off=0 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): >_writeAt: n=5, err= 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): RWFileHandle.Release 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): close: 2026/04/20 01:30:48 DEBUG : file1: vfs cache: setting modification time to 2026-04-20 01:30:48.429324913 +0000 UTC m=+28.338002484 2026/04/20 01:30:48 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): >close: err= 2026/04/20 01:30:48 DEBUG : file1(0x23c3f39e3a00): RWFileHandle.Release 2026/04/20 01:30:48 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:48 DEBUG : file1: vfs cache: starting upload 2026/04/20 01:30:48 DEBUG : file1.ea5b2f59.partial: size = 5 OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1.ea5b2f59.partial" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1.ea5b2f59.partial 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1.ea5b2f59.partial" 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1.ea5b2f59.partial 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : file1.ea5b2f59.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:48 DEBUG : file1.ea5b2f59.partial: renamed to: file1 2026/04/20 01:30:48 INFO : file1: Copied (new) 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:48 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-20 01:30:48 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/20 01:30:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:48 INFO : file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:48 DEBUG : Looking for writers 2026/04/20 01:30:48 DEBUG : file1: reading active writers 2026/04/20 01:30:48 DEBUG : >WaitForWriters: 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:48 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:48 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:48 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/20 01:30:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:48 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:48 DEBUG : dir/file1(0x23c3f350ee80): openPending: 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:48 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/20 01:30:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f350ee80): >openPending: err= 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/20 01:30:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f350ee80): _writeAt: size=5, off=0 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f350ee80): >_writeAt: n=5, err= 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f350ee80): close: 2026/04/20 01:30:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-20 01:30:49.045370939 +0000 UTC m=+28.954048510 2026/04/20 01:30:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f350ee80): >close: err= 2026/04/20 01:30:49 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: starting upload 2026/04/20 01:30:49 DEBUG : dir/file1.b6301b0a.partial: size = 5 OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1.b6301b0a.partial" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1.b6301b0a.partial 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1.b6301b0a.partial" 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/dir/file1.b6301b0a.partial 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1.b6301b0a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:49 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:49 DEBUG : dir/file1.b6301b0a.partial: renamed to: dir/file1 2026/04/20 01:30:49 INFO : dir/file1: Copied (replaced existing) 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-20 01:30:49 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : >WaitForWriters: 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:49 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/20 01:30:49 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:49 DEBUG : dir/file1: newRWFileHandle: 2026/04/20 01:30:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/20 01:30:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/20 01:30:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): _writeAt: size=5, off=0 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): openPending: 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/20 01:30:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): >openPending: err= 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): >_writeAt: n=5, err= 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): _writeAt: size=15, off=5 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): >_writeAt: n=15, err= 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): close: 2026/04/20 01:30:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-20 01:30:49.661065501 +0000 UTC m=+29.569743072 2026/04/20 01:30:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:49 DEBUG : dir/file1(0x23c3f33b87c0): >close: err= 2026/04/20 01:30:49 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: starting upload 2026/04/20 01:30:49 DEBUG : dir/file1.356e2f3c.partial: size = 20 OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1.356e2f3c.partial" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1.356e2f3c.partial 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1.356e2f3c.partial" 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-takuyuv1ziso/dir/file1.356e2f3c.partial 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1.356e2f3c.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/20 01:30:49 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/20 01:30:49 DEBUG : dir/file1.356e2f3c.partial: renamed to: dir/file1 2026/04/20 01:30:49 INFO : dir/file1: Copied (replaced existing) 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:49 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-20 01:30:49 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/20 01:30:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:49 DEBUG : dir: Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : dir: reading active writers 2026/04/20 01:30:49 DEBUG : >WaitForWriters: 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:49 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:49 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:49 DEBUG : file1: newRWFileHandle: 2026/04/20 01:30:49 DEBUG : file1(0x23c3f37a2080): openPending: 2026/04/20 01:30:49 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:49 DEBUG : file1(0x23c3f37a2080): >openPending: err= 2026/04/20 01:30:49 DEBUG : file1: >newRWFileHandle: err= 2026/04/20 01:30:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:49 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/20 01:30:49 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/20 01:30:49 DEBUG : file1(0x23c3f37a2080): _writeAt: size=5, off=0 2026/04/20 01:30:49 DEBUG : file1(0x23c3f37a2080): >_writeAt: n=5, err= 2026/04/20 01:30:49 DEBUG : file1(0x23c3f37a2080): close: 2026/04/20 01:30:49 DEBUG : file1: vfs cache: setting modification time to 2026-04-20 01:30:49.982072568 +0000 UTC m=+29.890750129 2026/04/20 01:30:49 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:49 DEBUG : file1(0x23c3f37a2080): >close: err= 2026/04/20 01:30:49 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:49 DEBUG : Looking for writers 2026/04/20 01:30:49 DEBUG : file1: reading active writers 2026/04/20 01:30:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:50 DEBUG : file1: vfs cache: starting upload 2026/04/20 01:30:50 DEBUG : file1.ca2b7b92.partial: size = 5 OK 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1.ca2b7b92.partial" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1.ca2b7b92.partial 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1.ca2b7b92.partial" 2026/04/20 01:30:50 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:50 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1.ca2b7b92.partial 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:50 DEBUG : file1.ca2b7b92.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:50 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:50 DEBUG : file1.ca2b7b92.partial: renamed to: file1 2026/04/20 01:30:50 INFO : file1: Copied (new) 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:50 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-20 01:30:49 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/20 01:30:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:50 INFO : file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : >WaitForWriters: 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:50 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/20 01:30:50 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a31c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a31c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a31c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a31c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a31c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.301908591 +0000 UTC m=+30.210586202 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a31c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.301908591 +0000 UTC m=+30.210586202 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3b00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3b00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3b00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3b00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3b00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.301908591 +0000 UTC m=+30.210586202 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a3b00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b40310 item 1 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8240): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8240): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8240): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8240): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8240): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.304034741 +0000 UTC m=+30.212712302 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8740): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8740): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8740): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.304034741 +0000 UTC m=+30.212712302 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b40d20 item 2 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8d80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8d80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.306068316 +0000 UTC m=+30.214745887 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b8d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.306068316 +0000 UTC m=+30.214745887 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b96c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b96c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b96c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b96c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b96c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.306068316 +0000 UTC m=+30.214745887 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b96c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b410a0 item 3 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9d40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9d40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9d40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9d40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9d40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.307772128 +0000 UTC m=+30.216449749 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37b9d40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0380): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0380): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0380): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.307772128 +0000 UTC m=+30.216449749 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b415e0 item 4 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d09c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d09c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d09c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d09c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d09c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.308939366 +0000 UTC m=+30.217616937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d09c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.308939366 +0000 UTC m=+30.217616937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d0e40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1300): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1300): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1300): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.308939366 +0000 UTC m=+30.217616937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b41960 item 5 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1980): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1980): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1980): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.310746613 +0000 UTC m=+30.219424174 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1ec0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1ec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1ec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1ec0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1ec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.310746613 +0000 UTC m=+30.219424174 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37d1ec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b41e30 item 6 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ec640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ec640): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ec640): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ec640): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ec640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.311956712 +0000 UTC m=+30.220634283 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ec640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.311956712 +0000 UTC m=+30.220634283 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ecb40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed000): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed000): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed000): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed000): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed000): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.311956712 +0000 UTC m=+30.220634283 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed000): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31803f0 item 7 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.313642279 +0000 UTC m=+30.222319850 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ed680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37edbc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37edbc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37edbc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37edbc0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37edbc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.313642279 +0000 UTC m=+30.222319850 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37edbc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3180d20 item 8 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886280): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f3886280): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886280): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886280): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886280): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886280): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886280): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886640): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886640): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886640): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.315007812 +0000 UTC m=+30.223685383 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.315007812 +0000 UTC m=+30.223685383 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886ac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886fc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886fc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886fc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886fc0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886fc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.315007812 +0000 UTC m=+30.223685383 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3886fc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3181420 item 9 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887640): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887640): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887640): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.316861878 +0000 UTC m=+30.225539459 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887b80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887b80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.316861878 +0000 UTC m=+30.225539459 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3887b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30fcb60 item 10 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a22c0): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f38a22c0): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a22c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a22c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a22c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a22c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a22c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.318257236 +0000 UTC m=+30.226934807 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.318257236 +0000 UTC m=+30.226934807 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a2b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3080): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3080): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3080): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.318257236 +0000 UTC m=+30.226934807 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30fd110 item 11 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3700): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3700): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3700): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3700): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3700): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.320013577 +0000 UTC m=+30.228691139 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3700): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3c40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3c40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3c40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3c40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3c40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.320013577 +0000 UTC m=+30.228691139 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a3c40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3134c40 item 12 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba380): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f38ba380): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba380): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba380): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba380): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba380): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba740): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba740): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba740): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.32164378 +0000 UTC m=+30.230321351 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38ba740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bae00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bae00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bae00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bae00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bae00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.32164378 +0000 UTC m=+30.230321351 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bae00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3135420 item 13 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb480): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb480): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.323247864 +0000 UTC m=+30.231925425 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb9c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb9c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb9c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb9c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb9c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.323247864 +0000 UTC m=+30.231925425 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38bb9c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3135960 item 14 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2100): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f38d2100): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2100): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2100): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2100): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2100): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d24c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d24c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d24c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d24c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d24c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.324653503 +0000 UTC m=+30.233331074 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d24c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2b80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2b80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.324653503 +0000 UTC m=+30.233331074 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3135dc0 item 15 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3200): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3200): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3200): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.326147657 +0000 UTC m=+30.234825228 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3740): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3740): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3740): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.326147657 +0000 UTC m=+30.234825228 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ee700 item 16 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c480): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c480): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.329657014 +0000 UTC m=+30.238334606 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.329657014 +0000 UTC m=+30.238334606 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c900): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349ce00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349ce00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349ce00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349ce00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349ce00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.329657014 +0000 UTC m=+30.238334606 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349ce00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c380 item 17 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d480): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d480): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.331869529 +0000 UTC m=+30.240547110 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d9c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d9c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d9c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d9c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d9c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.331869529 +0000 UTC m=+30.240547110 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d9c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c8c0 item 18 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8140): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8140): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8140): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8140): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8140): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.333394241 +0000 UTC m=+30.242071812 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.333394241 +0000 UTC m=+30.242071812 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8b40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8b40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8b40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8b40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8b40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.333394241 +0000 UTC m=+30.242071812 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8b40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361cee0 item 19 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b91c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b91c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b91c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b91c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b91c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.335490636 +0000 UTC m=+30.244168207 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b91c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9700): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9700): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9700): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9700): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9700): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.335490636 +0000 UTC m=+30.244168207 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9700): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361d490 item 20 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9dc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9dc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9dc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9dc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9dc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.336844347 +0000 UTC m=+30.245521927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9dc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.336844347 +0000 UTC m=+30.245521927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d23c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d28c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d28c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d28c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d28c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d28c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.336844347 +0000 UTC m=+30.245521927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d28c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361d960 item 21 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2f40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2f40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2f40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2f40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2f40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.338630644 +0000 UTC m=+30.247308215 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d2f40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3480): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3480): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3480): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.338630644 +0000 UTC m=+30.247308215 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361de30 item 22 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3d00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3d00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3d00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3d00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3d00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.340028617 +0000 UTC m=+30.248706188 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38d3d00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.340028617 +0000 UTC m=+30.248706188 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660800): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660800): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660800): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.340028617 +0000 UTC m=+30.248706188 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d6930 item 23 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660f00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660f00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660f00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660f00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660f00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.342161642 +0000 UTC m=+30.250839233 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660f00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661440): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661440): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661440): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.342161642 +0000 UTC m=+30.250839233 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d75e0 item 24 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661a80): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f3661a80): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661a80): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661a80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661a80): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661a80): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661a80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661e40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661e40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661e40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661e40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661e40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.343984308 +0000 UTC m=+30.252661879 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661e40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.343984308 +0000 UTC m=+30.252661879 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ed00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fbc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fbc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fbc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fbc0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fbc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.343984308 +0000 UTC m=+30.252661879 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fbc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d7ce0 item 25 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305d900): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305d900): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305d900): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305d900): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305d900): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.346476392 +0000 UTC m=+30.255153963 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305d900): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5100): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5100): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5100): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.346476392 +0000 UTC m=+30.255153963 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3690460 item 26 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5740): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f34c5740): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5740): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5740): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5740): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5740): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5b00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5b00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5b00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5b00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5b00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.348101605 +0000 UTC m=+30.256779176 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5b00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.348101605 +0000 UTC m=+30.256779176 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2640): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2640): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2640): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.348101605 +0000 UTC m=+30.256779176 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3690a80 item 27 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2cc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2cc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2cc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2cc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2cc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.351222066 +0000 UTC m=+30.259899657 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2cc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3200): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3200): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3200): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.351222066 +0000 UTC m=+30.259899657 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691030 item 28 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3840): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f39e3840): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3840): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3840): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3840): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3840): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3840): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3c00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3c00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3c00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3c00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3c00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.352654966 +0000 UTC m=+30.261332527 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3c00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325ee40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325ee40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325ee40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325ee40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325ee40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.352654966 +0000 UTC m=+30.261332527 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325ee40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36913b0 item 29 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fac0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fac0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fac0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fac0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.354458295 +0000 UTC m=+30.263135876 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c180): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c180): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c180): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.354458295 +0000 UTC m=+30.263135876 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691730 item 30 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c840): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f3a6c840): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c840): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c840): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c840): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c840): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c840): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cc00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cc00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cc00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cc00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cc00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.35589921 +0000 UTC m=+30.264576781 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cc00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d2c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d2c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d2c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d2c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d2c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.35589921 +0000 UTC m=+30.264576781 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d2c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691ab0 item 31 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d940): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d940): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.357367347 +0000 UTC m=+30.266044918 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6de80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6de80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6de80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6de80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6de80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.357367347 +0000 UTC m=+30.266044918 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6de80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691e30 item 32 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37565c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37565c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37565c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37565c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37565c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.358702331 +0000 UTC m=+30.267379892 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37565c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ee9a0 item 33 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.359234337 +0000 UTC m=+30.267911908 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756f40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756f40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756f40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756f40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756f40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.359234337 +0000 UTC m=+30.267911908 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756f40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46000 item 33 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757580): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757580): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757580): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.360496504 +0000 UTC m=+30.269174075 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a463f0 item 34 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.361004254 +0000 UTC m=+30.269681825 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a040): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a040): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a040): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a040): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a040): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.361004254 +0000 UTC m=+30.269681825 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a040): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a465b0 item 34 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.362326374 +0000 UTC m=+30.271003935 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376a680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46930 item 35 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.362775673 +0000 UTC m=+30.271453245 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ab00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b000): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b000): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b000): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b000): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b000): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.362775673 +0000 UTC m=+30.271453245 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b000): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46af0 item 35 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.364027742 +0000 UTC m=+30.272705313 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376b680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46e70 item 36 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.364517928 +0000 UTC m=+30.273195490 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376bb80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c1c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c1c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c1c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c1c0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c1c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.364517928 +0000 UTC m=+30.273195490 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c1c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47030 item 36 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c800): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c800): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.365802619 +0000 UTC m=+30.274480209 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47500 item 37 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.366360463 +0000 UTC m=+30.275038034 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377cc80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d180): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d180): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d180): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.366360463 +0000 UTC m=+30.275038034 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a476c0 item 37 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.367585239 +0000 UTC m=+30.276262810 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47a40 item 38 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.368134257 +0000 UTC m=+30.276811818 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58340): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58340): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58340): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58340): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58340): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.368134257 +0000 UTC m=+30.276811818 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58340): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47c00 item 38 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f589c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f589c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f589c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f589c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f589c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.369358653 +0000 UTC m=+30.278036224 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f589c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace0e0 item 39 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.369903503 +0000 UTC m=+30.278581064 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f58ec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f593c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f593c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f593c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f593c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f593c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.369903503 +0000 UTC m=+30.278581064 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f593c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace2a0 item 39 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f59a40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f59a40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f59a40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f59a40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f59a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.371203882 +0000 UTC m=+30.279881443 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f2f59a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace700 item 40 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.371691214 +0000 UTC m=+30.280368775 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6040): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6580): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6580): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6580): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.371691214 +0000 UTC m=+30.280368775 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace8c0 item 40 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.372693309 +0000 UTC m=+30.281370870 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b6b40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7040): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7040): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7040): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acec40 item 41 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7040): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7040): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.373069029 +0000 UTC m=+30.281746590 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7040): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acee00 item 41 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.373493813 +0000 UTC m=+30.282171374 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7a40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7a40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7a40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7a40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.373493813 +0000 UTC m=+30.282171374 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acefc0 item 41 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.374725763 +0000 UTC m=+30.283403324 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454a00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31109a0 item 42 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454a00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.375537959 +0000 UTC m=+30.284215550 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3111180 item 42 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.37631102 +0000 UTC m=+30.284988632 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454f40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34554c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34554c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34554c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34554c0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34554c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.37631102 +0000 UTC m=+30.284988632 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34554c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31116c0 item 42 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.377962753 +0000 UTC m=+30.286640324 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390100): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390100): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3156230 item 43 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390100): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.379295074 +0000 UTC m=+30.287972645 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3156700 item 43 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.379902161 +0000 UTC m=+30.288579732 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390b80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390b80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.379902161 +0000 UTC m=+30.288579732 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3390b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3156af0 item 43 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.381772228 +0000 UTC m=+30.290449799 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33911c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33916c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33916c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33916c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3157110 item 44 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33916c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33916c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.38240738 +0000 UTC m=+30.291084940 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33916c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3157340 item 44 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.382940407 +0000 UTC m=+30.291617968 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3391c00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0280): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0280): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0280): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0280): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0280): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.382940407 +0000 UTC m=+30.291617968 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0280): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3157730 item 44 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.384214105 +0000 UTC m=+30.292891666 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b08c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0dc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0dc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0dc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3157dc0 item 45 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0dc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0dc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.384878983 +0000 UTC m=+30.293556554 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b0dc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b14c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b14c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b14c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b14c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b14c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.384878983 +0000 UTC m=+30.293556554 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b14c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec0e0 item 45 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.38619957 +0000 UTC m=+30.294877131 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b1b00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec100): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec100): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec460 item 46 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec100): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.386626948 +0000 UTC m=+30.295304509 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec800): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec800): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec800): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.386626948 +0000 UTC m=+30.295304509 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ec800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec620 item 46 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.387871943 +0000 UTC m=+30.296549504 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ece40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ed340): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ed340): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ed340): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec9a0 item 47 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ed340): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ed340): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.388439466 +0000 UTC m=+30.297117027 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33ed340): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33eda40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33eda40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33eda40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33eda40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33eda40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.388439466 +0000 UTC m=+30.297117027 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33eda40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ecb60 item 47 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.389953048 +0000 UTC m=+30.298630609 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ecee0 item 48 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.390399001 +0000 UTC m=+30.299076572 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418d80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418d80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.390399001 +0000 UTC m=+30.299076572 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3418d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed0a0 item 48 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34193c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34193c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34193c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34193c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34193c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.39154573 +0000 UTC m=+30.300223301 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34193c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed420 item 49 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.39196886 +0000 UTC m=+30.300646421 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419840): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419d80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419d80): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.39196886 +0000 UTC m=+30.300646421 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3419d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed5e0 item 49 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.393133933 +0000 UTC m=+30.301811494 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed960 item 50 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.393630372 +0000 UTC m=+30.302307953 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488f80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488f80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488f80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488f80): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488f80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.393630372 +0000 UTC m=+30.302307953 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3488f80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39edc70 item 50 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489600): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489600): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489600): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.394873443 +0000 UTC m=+30.303551005 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c150 item 51 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.395343483 +0000 UTC m=+30.304021043 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3489b00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6140): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6140): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6140): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6140): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6140): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.395343483 +0000 UTC m=+30.304021043 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c460 item 51 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f67c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f67c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f67c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f67c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f67c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.396628633 +0000 UTC m=+30.305306204 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f67c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c850 item 52 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.39721458 +0000 UTC m=+30.305892141 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f6cc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7240): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7240): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7240): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7240): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7240): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.39721458 +0000 UTC m=+30.305892141 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9ca10 item 52 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f78c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f78c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f78c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f78c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f78c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.398525319 +0000 UTC m=+30.307202880 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f78c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9cd90 item 53 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.398967987 +0000 UTC m=+30.307645548 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f7dc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4400): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4400): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4400): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.398967987 +0000 UTC m=+30.307645548 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9cf50 item 53 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4a80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4a80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4a80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4a80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4a80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.400227418 +0000 UTC m=+30.308904979 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4a80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9d2d0 item 54 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.400747782 +0000 UTC m=+30.309425343 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4f80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5500): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5500): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5500): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.400747782 +0000 UTC m=+30.309425343 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9d490 item 54 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5b80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5b80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.401822615 +0000 UTC m=+30.310500186 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9d880 item 55 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.402460861 +0000 UTC m=+30.311138433 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36006c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36006c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36006c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36006c0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36006c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.402460861 +0000 UTC m=+30.311138433 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36006c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9da40 item 55 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600d40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600d40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600d40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600d40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600d40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.403796728 +0000 UTC m=+30.312474299 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3600d40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9ddc0 item 56 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.404338733 +0000 UTC m=+30.313016304 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36017c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36017c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36017c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36017c0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36017c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.404338733 +0000 UTC m=+30.313016304 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36017c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33be0e0 item 56 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.405607974 +0000 UTC m=+30.314285545 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3601e00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e440): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e440): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33be4d0 item 57 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e440): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.406226453 +0000 UTC m=+30.314904024 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33be690 item 57 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.40670089 +0000 UTC m=+30.315378451 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ef00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ef00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ef00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ef00): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ef00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.40670089 +0000 UTC m=+30.315378451 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ef00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33be9a0 item 57 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.408067554 +0000 UTC m=+30.316745115 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f540): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fa80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fa80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fa80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bed20 item 58 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fa80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fa80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.408464745 +0000 UTC m=+30.317142316 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fa80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bef50 item 58 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.40894355 +0000 UTC m=+30.317621112 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e0c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e680): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e680): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e680): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.40894355 +0000 UTC m=+30.317621112 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365e680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf180 item 58 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.410071294 +0000 UTC m=+30.318748854 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365ecc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f200): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f200): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf5e0 item 59 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f200): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.410428669 +0000 UTC m=+30.319106231 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf7a0 item 59 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.410812786 +0000 UTC m=+30.319490347 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365f740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365fcc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365fcc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365fcc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365fcc0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365fcc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.410812786 +0000 UTC m=+30.319490347 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f365fcc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf960 item 59 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.411894691 +0000 UTC m=+30.320572252 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682940): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bfe30 item 60 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682940): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.412404555 +0000 UTC m=+30.321082126 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309e540 item 60 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.412889452 +0000 UTC m=+30.321567023 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3682e80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683440): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683440): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683440): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.412889452 +0000 UTC m=+30.321567023 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309e930 item 60 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.414020141 +0000 UTC m=+30.322697702 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3683a80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b20c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b20c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b20c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309f260 item 61 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b20c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b20c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.414405469 +0000 UTC m=+30.323083030 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b20c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b27c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b27c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b27c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b27c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b27c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.414405469 +0000 UTC m=+30.323083030 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b27c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309f880 item 61 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.415572366 +0000 UTC m=+30.324249927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b2e00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3340): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3340): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3340): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e4150 item 62 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3340): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3340): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.41603956 +0000 UTC m=+30.324717121 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3340): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3a40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3a40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3a40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3a40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.41603956 +0000 UTC m=+30.324717121 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36b3a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e43f0 item 62 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.41856202 +0000 UTC m=+30.327239581 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e46c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e46c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e46c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e47e0 item 63 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e46c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e46c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.419010087 +0000 UTC m=+30.327687649 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e46c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4dc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4dc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4dc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4dc0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4dc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.419010087 +0000 UTC m=+30.327687649 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e4dc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e49a0 item 63 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.420318581 +0000 UTC m=+30.328996143 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5940): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e4f50 item 64 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5940): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.420899941 +0000 UTC m=+30.329577502 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36e5940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c140): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c140): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c140): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c140): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c140): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.420899941 +0000 UTC m=+30.329577502 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e51f0 item 64 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c780): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c780): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c780): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c780): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c780): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.422174271 +0000 UTC m=+30.330851833 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370c780): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5570 item 65 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.422713811 +0000 UTC m=+30.331391372 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370cc00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d100): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d100): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d100): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.422713811 +0000 UTC m=+30.331391372 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5730 item 65 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d740): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d740): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d740): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.424059005 +0000 UTC m=+30.332736566 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370d740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5b90 item 66 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.424524355 +0000 UTC m=+30.333201916 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f370dbc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0200): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0200): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0200): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.424524355 +0000 UTC m=+30.333201916 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5dc0 item 66 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0840): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0840): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0840): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0840): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0840): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.425631028 +0000 UTC m=+30.334308589 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37a0840): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8000 item 67 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.426135021 +0000 UTC m=+30.334812582 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800680): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800680): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800680): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.426135021 +0000 UTC m=+30.334812582 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae81c0 item 67 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800d00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800d00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800d00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800d00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800d00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.427290486 +0000 UTC m=+30.335968047 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3800d00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8620 item 68 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.427730689 +0000 UTC m=+30.336408250 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801740): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801740): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801740): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.427730689 +0000 UTC m=+30.336408250 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8c40 item 68 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801d80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801d80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.428961616 +0000 UTC m=+30.337639177 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3801d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8fc0 item 69 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.429411748 +0000 UTC m=+30.338089309 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824800): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824800): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824800): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.429411748 +0000 UTC m=+30.338089309 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae9260 item 69 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824e80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824e80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824e80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824e80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824e80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.430483835 +0000 UTC m=+30.339161396 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3824e80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae9880 item 70 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.430903598 +0000 UTC m=+30.339581159 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3825380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38258c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38258c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38258c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38258c0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38258c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.430903598 +0000 UTC m=+30.339581159 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38258c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae9b20 item 70 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842040): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842040): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842040): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842040): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842040): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.43196732 +0000 UTC m=+30.340644881 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842040): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424230 item 71 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.432409766 +0000 UTC m=+30.341087327 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842540): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842a40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842a40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842a40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842a40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.432409766 +0000 UTC m=+30.341087327 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3842a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424460 item 71 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38430c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38430c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38430c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38430c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38430c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.433866882 +0000 UTC m=+30.342544444 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38430c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34248c0 item 72 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.43444183 +0000 UTC m=+30.343119391 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38435c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3843b00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3843b00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3843b00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3843b00): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3843b00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.43444183 +0000 UTC m=+30.343119391 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3843b00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424a80 item 72 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.435473621 +0000 UTC m=+30.344151182 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e1c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e6c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e6c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e6c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424ee0 item 73 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e6c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e6c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.435942778 +0000 UTC m=+30.344620339 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385e6c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34251f0 item 73 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.436395464 +0000 UTC m=+30.345073025 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385eb80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385f0c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385f0c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385f0c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385f0c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385f0c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.436395464 +0000 UTC m=+30.345073025 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f385f0c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34253b0 item 73 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:50 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:50 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.437712124 +0000 UTC m=+30.346389685 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32b7cc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e82c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e82c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e82c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf1f0 item 74 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e82c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e82c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.438108574 +0000 UTC m=+30.346786135 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e82c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf3b0 item 74 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.438763913 +0000 UTC m=+30.347441474 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8d80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8d80): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.438763913 +0000 UTC m=+30.347441474 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e8d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf570 item 74 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.440043243 +0000 UTC m=+30.348720804 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e93c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e98c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e98c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e98c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf8f0 item 75 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e98c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e98c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.44042775 +0000 UTC m=+30.349105311 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e98c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acfab0 item 75 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.441013797 +0000 UTC m=+30.349691359 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e9e00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388c440): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388c440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388c440): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388c440): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388c440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.441013797 +0000 UTC m=+30.349691359 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388c440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acfc70 item 75 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.442195312 +0000 UTC m=+30.350872873 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388ca80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388cf80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388cf80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388cf80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8a150 item 76 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388cf80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388cf80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.442613714 +0000 UTC m=+30.351291274 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388cf80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8a310 item 76 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.443098821 +0000 UTC m=+30.351776382 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388d4c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388da40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388da40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388da40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388da40): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388da40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.443098821 +0000 UTC m=+30.351776382 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f388da40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8a4d0 item 76 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.444429037 +0000 UTC m=+30.353106598 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8a8c0 item 77 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.444781462 +0000 UTC m=+30.353459024 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8d80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8d80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.444781462 +0000 UTC m=+30.353459024 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a8d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8aaf0 item 77 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.445989378 +0000 UTC m=+30.354666938 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a93c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a98c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a98c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a98c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8b030 item 78 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a98c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a98c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.446424781 +0000 UTC m=+30.355102342 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38a98c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc0c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc0c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc0c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc0c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc0c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.446424781 +0000 UTC m=+30.355102342 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc0c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8b2d0 item 78 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.447542515 +0000 UTC m=+30.356220075 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dc700): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dcc00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dcc00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dcc00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8b6c0 item 79 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dcc00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dcc00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.44791016 +0000 UTC m=+30.356587731 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dcc00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd300): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd300): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd300): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.44791016 +0000 UTC m=+30.356587731 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8b880 item 79 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.449265462 +0000 UTC m=+30.357943024 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dd940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dde40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dde40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dde40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3b8bc70 item 80 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dde40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dde40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.449707748 +0000 UTC m=+30.358385310 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38dde40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390a640): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390a640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390a640): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390a640): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390a640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.449707748 +0000 UTC m=+30.358385310 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390a640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f314c070 item 80 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390ac80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390ac80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390ac80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390ac80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390ac80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.450897108 +0000 UTC m=+30.359574669 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390ac80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f314c850 item 81 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.451374791 +0000 UTC m=+30.360052352 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b640): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b640): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b640): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.451374791 +0000 UTC m=+30.360052352 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390b640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f314caf0 item 81 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390bcc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390bcc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390bcc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390bcc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390bcc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.452416361 +0000 UTC m=+30.361093922 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f390bcc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31382a0 item 82 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.453139328 +0000 UTC m=+30.361816889 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e2c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e840): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e840): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e840): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e840): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e840): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.453139328 +0000 UTC m=+30.361816889 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e840): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3138770 item 82 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c080): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c080): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c080): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.454983035 +0000 UTC m=+30.363660596 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e2230 item 83 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.455563983 +0000 UTC m=+30.364241544 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e400): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e400): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e400): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.455563983 +0000 UTC m=+30.364241544 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31381c0 item 83 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ef80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ef80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ef80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ef80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ef80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.456827773 +0000 UTC m=+30.365505374 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ef80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3138af0 item 84 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.457359188 +0000 UTC m=+30.366036749 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fa00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fa00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fa00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fa00): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fa00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.457359188 +0000 UTC m=+30.366036749 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fa00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3138e70 item 84 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c940): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c940): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.459006263 +0000 UTC m=+30.367683834 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3139a40 item 85 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.459494777 +0000 UTC m=+30.368172338 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398ce40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d380): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d380): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d380): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.459494777 +0000 UTC m=+30.368172338 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3139d50 item 85 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398da00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398da00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398da00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398da00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398da00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.460978211 +0000 UTC m=+30.369655773 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398da00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ea690 item 86 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.463474311 +0000 UTC m=+30.372151883 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c000): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c600): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c600): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c600): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.463474311 +0000 UTC m=+30.372151883 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30eab60 item 86 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cc80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cc80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cc80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cc80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cc80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.464786123 +0000 UTC m=+30.373463704 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cc80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30eb260 item 87 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.465317237 +0000 UTC m=+30.373994798 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d6c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d6c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d6c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d6c0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d6c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.465317237 +0000 UTC m=+30.373994798 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d6c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30eb6c0 item 87 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dd40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dd40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dd40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dd40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dd40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.466678743 +0000 UTC m=+30.375356303 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dd40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ebe30 item 88 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.46723812 +0000 UTC m=+30.375915692 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ec00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314f900): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314f900): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314f900): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314f900): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314f900): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.46723812 +0000 UTC m=+30.375915692 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314f900): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424230 item 88 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.468703741 +0000 UTC m=+30.377381303 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305cb80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c4540): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c4540): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c4540): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424700 item 89 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c4540): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c4540): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.469241769 +0000 UTC m=+30.377919330 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c4540): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34248c0 item 89 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.469909451 +0000 UTC m=+30.378587072 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c54c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5a40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5a40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5a40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5a40): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.469909451 +0000 UTC m=+30.378587072 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424a80 item 89 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.471290604 +0000 UTC m=+30.379968165 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e26c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e26c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e26c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424ee0 item 90 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e26c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e26c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.471762415 +0000 UTC m=+30.380439977 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e26c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34251f0 item 90 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.47241447 +0000 UTC m=+30.381092050 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e2c00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e31c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e31c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e31c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e31c0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e31c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.47241447 +0000 UTC m=+30.381092050 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e31c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34253b0 item 90 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.473707604 +0000 UTC m=+30.382385165 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3d80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3425810 item 91 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3d80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.474151474 +0000 UTC m=+30.382829034 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39e3d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34259d0 item 91 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.47487369 +0000 UTC m=+30.383551251 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325edc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f5c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f5c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f5c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f5c0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f5c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.47487369 +0000 UTC m=+30.383551251 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f5c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3425b90 item 91 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.476014336 +0000 UTC m=+30.384691897 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c0c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e2770 item 92 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.476452845 +0000 UTC m=+30.385130407 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6c680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e2930 item 92 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.476960956 +0000 UTC m=+30.385638558 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6cbc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d180): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d180): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d180): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.476960956 +0000 UTC m=+30.385638558 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e2af0 item 92 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.478269811 +0000 UTC m=+30.386947372 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6d7c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6dd00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6dd00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6dd00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e3110 item 93 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6dd00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6dd00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.478840421 +0000 UTC m=+30.387517981 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3a6dd00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32ae500): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32ae500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32ae500): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32ae500): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32ae500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.478840421 +0000 UTC m=+30.387517981 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32ae500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e33b0 item 93 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.480305191 +0000 UTC m=+30.388982792 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32aeb40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af080): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af080): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e3730 item 94 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af080): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.480766463 +0000 UTC m=+30.389444024 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af780): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af780): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af780): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af780): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af780): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.480766463 +0000 UTC m=+30.389444024 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32af780): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e3960 item 94 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.482025093 +0000 UTC m=+30.390702674 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32afdc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8400): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e3ce0 item 95 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8400): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.482489822 +0000 UTC m=+30.391167414 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8b00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8b00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8b00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8b00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8b00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.482489822 +0000 UTC m=+30.391167414 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d8b00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c150 item 95 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.483915778 +0000 UTC m=+30.392593339 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9680): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c620 item 96 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9680): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.484385507 +0000 UTC m=+30.393063068 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9d80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9d80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.484385507 +0000 UTC m=+30.393063068 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32d9d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c850 item 96 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= 2026/04/20 01:30:50 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : >WaitForWriters: 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:50 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/20 01:30:50 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948180): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948180): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948180): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.489642448 +0000 UTC m=+30.398320009 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.489642448 +0000 UTC m=+30.398320009 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948ac0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948ac0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948ac0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948ac0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948ac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.489642448 +0000 UTC m=+30.398320009 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3948ac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3690b60 item 1 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949100): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949100): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949100): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.491330841 +0000 UTC m=+30.400008402 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949600): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949600): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949600): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.491330841 +0000 UTC m=+30.400008402 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691110 item 2 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949c40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949c40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949c40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949c40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949c40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.49253055 +0000 UTC m=+30.401208110 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3949c40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.49253055 +0000 UTC m=+30.401208110 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39641c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964680): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964680): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964680): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.49253055 +0000 UTC m=+30.401208110 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691490 item 3 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964d00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964d00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964d00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964d00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964d00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.494332016 +0000 UTC m=+30.403009577 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3964d00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965240): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965240): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965240): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965240): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965240): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.494332016 +0000 UTC m=+30.403009577 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691960 item 4 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965880): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965880): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965880): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965880): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965880): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.495414204 +0000 UTC m=+30.404091764 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965880): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.495414204 +0000 UTC m=+30.404091764 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3965d00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39722c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39722c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39722c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39722c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39722c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.495414204 +0000 UTC m=+30.404091764 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f39722c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691ce0 item 5 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972940): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972940): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.49730548 +0000 UTC m=+30.405983041 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972e80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972e80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972e80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972e80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972e80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.49730548 +0000 UTC m=+30.405983041 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3972e80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ee8c0 item 6 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.498706939 +0000 UTC m=+30.407384500 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.498706939 +0000 UTC m=+30.407384500 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973ec0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973ec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973ec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973ec0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973ec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.498706939 +0000 UTC m=+30.407384500 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3973ec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46150 item 7 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382640): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382640): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382640): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.50049974 +0000 UTC m=+30.409177301 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382b80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382b80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.50049974 +0000 UTC m=+30.409177301 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46620 item 8 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383140): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f3383140): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383140): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383140): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383140): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383140): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.501682527 +0000 UTC m=+30.410360088 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.501682527 +0000 UTC m=+30.410360088 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.501682527 +0000 UTC m=+30.410360088 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a469a0 item 9 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2600): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2600): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2600): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.503533687 +0000 UTC m=+30.412211268 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2b40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2b40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2b40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2b40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2b40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.503533687 +0000 UTC m=+30.412211268 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b2b40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46e70 item 10 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3180): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f33b3180): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3180): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3180): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3180): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3180): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3540): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3540): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3540): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3540): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3540): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.504833545 +0000 UTC m=+30.413511107 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3540): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.504833545 +0000 UTC m=+30.413511107 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b3a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4040): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4040): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4040): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4040): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4040): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.504833545 +0000 UTC m=+30.413511107 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4040): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a471f0 item 11 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d46c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d46c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d46c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d46c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d46c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.506705415 +0000 UTC m=+30.415382976 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d46c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4c00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4c00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4c00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4c00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4c00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.506705415 +0000 UTC m=+30.415382976 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d4c00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47810 item 12 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5240): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f33d5240): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5240): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5240): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5240): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5240): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5600): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5600): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5600): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.508448101 +0000 UTC m=+30.417125662 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5cc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5cc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5cc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5cc0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5cc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.508448101 +0000 UTC m=+30.417125662 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33d5cc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47b90 item 13 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc440): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc440): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc440): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.509915507 +0000 UTC m=+30.418593067 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc980): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc980): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc980): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.509915507 +0000 UTC m=+30.418593067 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fc980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3110230 item 14 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fcfc0): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f33fcfc0): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fcfc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fcfc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fcfc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fcfc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fcfc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fd380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fd380): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fd380): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fd380): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fd380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.51136679 +0000 UTC m=+30.420044352 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fd380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fda40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fda40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fda40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fda40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fda40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.51136679 +0000 UTC m=+30.420044352 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33fda40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3110ee0 item 15 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34581c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34581c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34581c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34581c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34581c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.51267782 +0000 UTC m=+30.421355381 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34581c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458700): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458700): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458700): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458700): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458700): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.51267782 +0000 UTC m=+30.421355381 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458700): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3111b90 item 16 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458d40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458d40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458d40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458d40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458d40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.514093366 +0000 UTC m=+30.422770927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3458d40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.514093366 +0000 UTC m=+30.422770927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34591c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34596c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34596c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34596c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34596c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34596c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.514093366 +0000 UTC m=+30.422770927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34596c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31565b0 item 17 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3459d40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3459d40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3459d40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3459d40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3459d40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.51597283 +0000 UTC m=+30.424650391 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3459d40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.51597283 +0000 UTC m=+30.424650391 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3157030 item 18 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478a00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478a00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.517536908 +0000 UTC m=+30.426214469 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.517536908 +0000 UTC m=+30.426214469 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479400): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479400): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479400): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.517536908 +0000 UTC m=+30.426214469 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3157420 item 19 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e64c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e64c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e64c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e64c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e64c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.519395783 +0000 UTC m=+30.428073344 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e64c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e6a00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e6a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e6a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e6a00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e6a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.519395783 +0000 UTC m=+30.428073344 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e6a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361d570 item 20 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7080): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7080): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7080): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.520495173 +0000 UTC m=+30.429172734 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.520495173 +0000 UTC m=+30.429172734 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7a80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7a80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7a80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7a80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7a80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.520495173 +0000 UTC m=+30.429172734 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f32e7a80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361da40 item 21 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546200): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546200): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546200): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.522368776 +0000 UTC m=+30.431046337 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546740): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546740): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546740): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.522368776 +0000 UTC m=+30.431046337 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec070 item 22 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546dc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546dc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546dc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546dc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546dc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.523704892 +0000 UTC m=+30.432382453 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3546dc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.523704892 +0000 UTC m=+30.432382453 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35472c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35477c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35477c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35477c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35477c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35477c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.523704892 +0000 UTC m=+30.432382453 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35477c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec3f0 item 23 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3547e40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3547e40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3547e40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3547e40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3547e40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.525741685 +0000 UTC m=+30.434419246 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3547e40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4480): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4480): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4480): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.525741685 +0000 UTC m=+30.434419246 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec8c0 item 24 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4ac0): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f35b4ac0): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4ac0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4ac0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4ac0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4ac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4ac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4e80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4e80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4e80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4e80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4e80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.527016755 +0000 UTC m=+30.435694316 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b4e80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.527016755 +0000 UTC m=+30.435694316 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b5380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b58c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b58c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b58c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b58c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b58c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.527016755 +0000 UTC m=+30.435694316 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35b58c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ecc40 item 25 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea040): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea040): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea040): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea040): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea040): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.528939923 +0000 UTC m=+30.437617483 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea040): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea580): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea580): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea580): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.528939923 +0000 UTC m=+30.437617483 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ea580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed110 item 26 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eabc0): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f35eabc0): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eabc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eabc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eabc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eabc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eabc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eaf80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eaf80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eaf80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eaf80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eaf80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.530433918 +0000 UTC m=+30.439111479 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eaf80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.530433918 +0000 UTC m=+30.439111479 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb9c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb9c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb9c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb9c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb9c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.530433918 +0000 UTC m=+30.439111479 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35eb9c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed490 item 27 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e140): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e140): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e140): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e140): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e140): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.532189528 +0000 UTC m=+30.440867089 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e680): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e680): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e680): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.532189528 +0000 UTC m=+30.440867089 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362e680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed960 item 28 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ecc0): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f362ecc0): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ecc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ecc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ecc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ecc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362ecc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f080): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f080): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f080): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.533600956 +0000 UTC m=+30.442278517 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f740): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f740): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f740): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.533600956 +0000 UTC m=+30.442278517 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362f740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ede30 item 29 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fdc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fdc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fdc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fdc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fdc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.534799864 +0000 UTC m=+30.443477425 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f362fdc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660400): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660400): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660400): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.534799864 +0000 UTC m=+30.443477425 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c460 item 30 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660a40): _readAt: size=2, off=0 2026/04/20 01:30:50 ERROR : open-test-file(0x23c3f3660a40): Couldn't read size of file 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660a40): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660a40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660a40): >_writeAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660a40): close: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660a40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660e00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660e00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660e00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660e00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660e00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.536368771 +0000 UTC m=+30.445046352 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3660e00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36614c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36614c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36614c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36614c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36614c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.536368771 +0000 UTC m=+30.445046352 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36614c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c850 item 31 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661b40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661b40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661b40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661b40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661b40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.537871883 +0000 UTC m=+30.446549445 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3661b40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c180): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c180): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c180): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c180): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c180): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.537871883 +0000 UTC m=+30.446549445 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c180): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9cbd0 item 32 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c7c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c7c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c7c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c7c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c7c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.539199464 +0000 UTC m=+30.447877025 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f367c7c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d7dc0 item 33 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.539811482 +0000 UTC m=+30.448489042 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae5c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aeac0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aeac0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aeac0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aeac0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aeac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.539811482 +0000 UTC m=+30.448489042 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aeac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33be150 item 33 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af100): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af100): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af100): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.541341955 +0000 UTC m=+30.450019516 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33be540 item 34 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.541908426 +0000 UTC m=+30.450585997 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afac0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afac0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afac0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afac0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.541908426 +0000 UTC m=+30.450585997 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33be7e0 item 34 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2200): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2200): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2200): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.543203656 +0000 UTC m=+30.451881217 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bebd0 item 35 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.543897057 +0000 UTC m=+30.452574619 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2680): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2b80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2b80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.543897057 +0000 UTC m=+30.452574619 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f2b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bee00 item 35 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3200): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3200): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3200): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.545263752 +0000 UTC m=+30.453941313 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf2d0 item 36 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.545713563 +0000 UTC m=+30.454391123 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3700): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3c40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3c40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3c40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3c40): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3c40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.545713563 +0000 UTC m=+30.454391123 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37f3c40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf490 item 36 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a380): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a380): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a380): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.546798364 +0000 UTC m=+30.455475925 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf810 item 37 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.547262572 +0000 UTC m=+30.455940133 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371a800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371ad00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371ad00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371ad00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371ad00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371ad00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.547262572 +0000 UTC m=+30.455940133 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371ad00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f33bf9d0 item 37 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b380): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b380): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b380): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.548564514 +0000 UTC m=+30.457242075 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309e000 item 38 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.548998715 +0000 UTC m=+30.457676286 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371b880): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371bdc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371bdc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371bdc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371bdc0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371bdc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.548998715 +0000 UTC m=+30.457676286 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f371bdc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309e5b0 item 38 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a540): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a540): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a540): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a540): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a540): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.55012198 +0000 UTC m=+30.458799540 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a540): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309ee70 item 39 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.550596005 +0000 UTC m=+30.459273567 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373aa40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373af40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373af40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373af40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373af40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373af40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.550596005 +0000 UTC m=+30.459273567 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373af40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f309f2d0 item 39 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b5c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b5c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b5c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b5c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b5c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.551933766 +0000 UTC m=+30.460611326 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b5c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e4000 item 40 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.552441967 +0000 UTC m=+30.461119538 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373bac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756100): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756100): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756100): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.552441967 +0000 UTC m=+30.461119538 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e41c0 item 40 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.553756522 +0000 UTC m=+30.462434083 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37566c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756bc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756bc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756bc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e4690 item 41 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756bc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756bc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.554276786 +0000 UTC m=+30.462954347 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3756bc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e4850 item 41 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.554936845 +0000 UTC m=+30.463614416 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37575c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37575c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37575c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37575c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37575c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.554936845 +0000 UTC m=+30.463614416 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37575c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e4af0 item 41 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.556025593 +0000 UTC m=+30.464703154 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3757c00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c200): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c200): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e50a0 item 42 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c200): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.556400733 +0000 UTC m=+30.465078293 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5260 item 42 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.556889377 +0000 UTC m=+30.465566937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377c740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377ccc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377ccc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377ccc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377ccc0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377ccc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.556889377 +0000 UTC m=+30.465566937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377ccc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5420 item 42 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.557981052 +0000 UTC m=+30.466658613 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e57a0 item 43 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.558582258 +0000 UTC m=+30.467259819 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377d800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5960 item 43 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.559020637 +0000 UTC m=+30.467698198 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f377dd40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798380): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798380): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798380): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.559020637 +0000 UTC m=+30.467698198 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f35e5c70 item 43 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.560139953 +0000 UTC m=+30.468817515 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37989c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798ec0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798ec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798ec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8150 item 44 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798ec0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798ec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.560533698 +0000 UTC m=+30.469211259 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3798ec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8310 item 44 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.561096533 +0000 UTC m=+30.469774093 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799980): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799980): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799980): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.561096533 +0000 UTC m=+30.469774093 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3799980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae85b0 item 44 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.562232311 +0000 UTC m=+30.470909872 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e0c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e5c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e5c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e5c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8d90 item 45 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e5c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e5c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.562848916 +0000 UTC m=+30.471526477 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380e5c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380ecc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380ecc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380ecc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380ecc0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380ecc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.562848916 +0000 UTC m=+30.471526477 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380ecc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae8f50 item 45 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.564063313 +0000 UTC m=+30.472740875 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f800): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae93b0 item 46 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f800): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.564461756 +0000 UTC m=+30.473139318 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f380f800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834000): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834000): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834000): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834000): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834000): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.564461756 +0000 UTC m=+30.473139318 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834000): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae9810 item 46 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.56578558 +0000 UTC m=+30.474463141 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834b40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834b40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834b40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ae9d50 item 47 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834b40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834b40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.567444317 +0000 UTC m=+30.476121888 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834b40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835240): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835240): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835240): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835240): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835240): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.567444317 +0000 UTC m=+30.476121888 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace0e0 item 47 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.570849045 +0000 UTC m=+30.479526636 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478880): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478880): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478880): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c2a0 item 48 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478880): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478880): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.571541715 +0000 UTC m=+30.480219306 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478880): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.571541715 +0000 UTC m=+30.480219306 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3478f80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c5b0 item 48 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34795c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34795c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34795c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34795c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34795c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.573616629 +0000 UTC m=+30.482294191 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34795c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9c930 item 49 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.574021936 +0000 UTC m=+30.482699507 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3479c00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834240): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834240): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834240): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834240): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834240): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.574021936 +0000 UTC m=+30.482699507 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9caf0 item 49 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38348c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38348c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38348c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38348c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38348c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.575168193 +0000 UTC m=+30.483845754 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f38348c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9cee0 item 50 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.575799467 +0000 UTC m=+30.484477028 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3834e00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835840): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835840): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835840): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835840): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835840): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.575799467 +0000 UTC m=+30.484477028 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835840): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9d0a0 item 50 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835ec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835ec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835ec0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835ec0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835ec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.577247366 +0000 UTC m=+30.485924927 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3835ec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9d420 item 51 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.577754925 +0000 UTC m=+30.486432486 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392e540): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ea80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ea80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ea80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ea80): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ea80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.577754925 +0000 UTC m=+30.486432486 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392ea80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9d5e0 item 51 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f100): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f100): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f100): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.579185461 +0000 UTC m=+30.487863032 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9d9d0 item 52 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.579817315 +0000 UTC m=+30.488494886 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392f600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fb80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fb80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fb80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fb80): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fb80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.579817315 +0000 UTC m=+30.488494886 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f392fb80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a9db90 item 52 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c380): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c380): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c380): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.581500668 +0000 UTC m=+30.490178230 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31561c0 item 53 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.582001586 +0000 UTC m=+30.490679147 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398c880): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398cdc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398cdc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398cdc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398cdc0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398cdc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.582001586 +0000 UTC m=+30.490679147 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398cdc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31565b0 item 53 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d440): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d440): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d440): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.583149376 +0000 UTC m=+30.491826937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3156e70 item 54 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.583742448 +0000 UTC m=+30.492420039 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398d940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398dec0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398dec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398dec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398dec0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398dec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.583742448 +0000 UTC m=+30.492420039 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f398dec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31570a0 item 54 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c6c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c6c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c6c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c6c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c6c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.585172161 +0000 UTC m=+30.493849722 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349c6c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31576c0 item 55 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.585836718 +0000 UTC m=+30.494514299 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349cbc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d100): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d100): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d100): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d100): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d100): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.585836718 +0000 UTC m=+30.494514299 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d100): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3157880 item 55 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d780): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d780): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d780): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d780): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d780): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.587131226 +0000 UTC m=+30.495808788 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349d780): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace230 item 56 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.587608068 +0000 UTC m=+30.496285628 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f349dc80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ebc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ebc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ebc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ebc0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ebc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.587608068 +0000 UTC m=+30.496285628 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314ebc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace3f0 item 56 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.588672871 +0000 UTC m=+30.497350432 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f314fb00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305ca80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305ca80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305ca80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3ace850 item 57 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305ca80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305ca80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.589070955 +0000 UTC m=+30.497748515 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f305ca80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acea10 item 57 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.589669376 +0000 UTC m=+30.498346937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c44c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5480): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5480): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5480): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.589669376 +0000 UTC m=+30.498346937 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acebd0 item 57 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.59076618 +0000 UTC m=+30.499443741 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34c5ac0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325e480): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325e480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325e480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acef50 item 58 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325e480): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325e480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.591175164 +0000 UTC m=+30.499852755 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325e480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf110 item 58 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.591706037 +0000 UTC m=+30.500383599 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325f1c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fbc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fbc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fbc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fbc0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fbc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.591706037 +0000 UTC m=+30.500383599 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f325fbc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf2d0 item 58 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.592803914 +0000 UTC m=+30.501481475 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae900): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae900): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae900): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf650 item 59 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae900): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae900): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.593217285 +0000 UTC m=+30.501894847 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37ae900): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf810 item 59 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.593852607 +0000 UTC m=+30.502530168 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37aee40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af3c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af3c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af3c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af3c0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af3c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.593852607 +0000 UTC m=+30.502530168 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37af3c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3acf9d0 item 59 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.595136706 +0000 UTC m=+30.503814266 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37afa00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368e500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368e500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368e500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3138230 item 60 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368e500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368e500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.595542642 +0000 UTC m=+30.504220204 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368e500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3138540 item 60 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.595996492 +0000 UTC m=+30.504674052 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368ea40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f000): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f000): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f000): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f000): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f000): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.595996492 +0000 UTC m=+30.504674052 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f000): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3138930 item 60 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.597199927 +0000 UTC m=+30.505877528 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368f640): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368fb80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368fb80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368fb80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3138e70 item 61 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368fb80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368fb80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.597746771 +0000 UTC m=+30.506424333 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368fb80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4380): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4380): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4380): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.597746771 +0000 UTC m=+30.506424333 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3139420 item 61 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.599194138 +0000 UTC m=+30.507871699 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c49c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4f00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4f00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4f00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3139c70 item 62 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4f00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4f00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.599715824 +0000 UTC m=+30.508393386 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c4f00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5600): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5600): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5600): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.599715824 +0000 UTC m=+30.508393386 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ea2a0 item 62 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.60102522 +0000 UTC m=+30.509702782 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36c5c40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc280): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc280): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc280): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ea8c0 item 63 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc280): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc280): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.601442159 +0000 UTC m=+30.510119721 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc280): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc980): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc980): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc980): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.601442159 +0000 UTC m=+30.510119721 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dc980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30eae00 item 63 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): >_readAt: n=0, err=Bad file descriptor 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.602668909 +0000 UTC m=+30.511346469 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dcfc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dd500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dd500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dd500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30eb490 item 64 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dd500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dd500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.603230711 +0000 UTC m=+30.511908272 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36dd500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36ddc00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36ddc00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36ddc00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36ddc00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36ddc00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.603230711 +0000 UTC m=+30.511908272 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36ddc00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30eb7a0 item 64 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2340): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2340): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2340): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2340): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2340): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.604366209 +0000 UTC m=+30.513043800 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2340): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424070 item 65 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.604746278 +0000 UTC m=+30.513423839 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f27c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2cc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2cc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2cc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2cc0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2cc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.604746278 +0000 UTC m=+30.513423839 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f2cc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424380 item 65 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3300): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3300): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3300): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.605786464 +0000 UTC m=+30.514464025 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34247e0 item 66 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.606226126 +0000 UTC m=+30.514903697 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3780): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3cc0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3cc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3cc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3cc0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3cc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.606226126 +0000 UTC m=+30.514903697 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36f3cc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34249a0 item 66 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382400): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382400): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.607642294 +0000 UTC m=+30.516319855 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3424d20 item 67 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.608135467 +0000 UTC m=+30.516813028 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382880): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382d80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382d80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382d80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382d80): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382d80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.608135467 +0000 UTC m=+30.516813028 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3382d80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f34250a0 item 67 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383400): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383400): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.609459651 +0000 UTC m=+30.518137222 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3425570 item 68 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.610324937 +0000 UTC m=+30.519002519 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383900): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e40): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.610324937 +0000 UTC m=+30.519002519 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3383e40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3425730 item 68 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398580): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398580): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398580): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.61144204 +0000 UTC m=+30.520119601 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3425ab0 item 69 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.611858917 +0000 UTC m=+30.520536479 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398f00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398f00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398f00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398f00): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398f00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.611858917 +0000 UTC m=+30.520536479 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3398f00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3425c70 item 69 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399580): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399580): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399580): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.61294946 +0000 UTC m=+30.521627021 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e24d0 item 70 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.61344644 +0000 UTC m=+30.522124001 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3399a80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b80c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b80c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b80c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b80c0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b80c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.61344644 +0000 UTC m=+30.522124001 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b80c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e27e0 item 70 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8740): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8740): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8740): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.61470482 +0000 UTC m=+30.523382381 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e2b60 item 71 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.615143519 +0000 UTC m=+30.523821081 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b8c40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9140): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9140): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9140): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9140): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9140): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.615143519 +0000 UTC m=+30.523821081 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e2e00 item 71 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b97c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b97c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b97c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b97c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b97c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.616218662 +0000 UTC m=+30.524896224 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b97c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e3180 item 72 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.61670914 +0000 UTC m=+30.525386701 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33b9cc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de300): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de300): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de300): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de300): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de300): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.61670914 +0000 UTC m=+30.525386701 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de300): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e3420 item 72 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.617901655 +0000 UTC m=+30.526579216 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33de8c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dedc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dedc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dedc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e37a0 item 73 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dedc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dedc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.618436858 +0000 UTC m=+30.527114419 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dedc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e39d0 item 73 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.618845941 +0000 UTC m=+30.527523501 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df280): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df7c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df7c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df7c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df7c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df7c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.618845941 +0000 UTC m=+30.527523501 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33df7c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36e3b90 item 73 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.619942324 +0000 UTC m=+30.528619885 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f33dfe00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416400): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36902a0 item 74 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416400): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.620361979 +0000 UTC m=+30.529039540 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3690460 item 74 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.620795978 +0000 UTC m=+30.529473539 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416940): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416ec0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416ec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416ec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416ec0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416ec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.620795978 +0000 UTC m=+30.529473539 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3416ec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3690620 item 74 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.621854299 +0000 UTC m=+30.530531861 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417a00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417a00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417a00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3690c40 item 75 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417a00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417a00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.622409881 +0000 UTC m=+30.531087441 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3417a00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): _writeAt: size=3, off=2 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3690e00 item 75 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.622824305 +0000 UTC m=+30.531501865 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454040): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454580): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454580): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454580): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.622824305 +0000 UTC m=+30.531501865 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36910a0 item 75 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.62393725 +0000 UTC m=+30.532614810 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3454bc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34550c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34550c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34550c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691420 item 76 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34550c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34550c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.624343407 +0000 UTC m=+30.533020968 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34550c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36915e0 item 76 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): _writeAt: size=3, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.624787216 +0000 UTC m=+30.533464777 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455600): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b80): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b80): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.624787216 +0000 UTC m=+30.533464777 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3455b80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f36917a0 item 76 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.625923985 +0000 UTC m=+30.534601547 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c2c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c7c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c7c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c7c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691b20 item 77 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c7c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c7c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.626392712 +0000 UTC m=+30.535070274 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347c7c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347cec0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347cec0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347cec0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347cec0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347cec0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.626392712 +0000 UTC m=+30.535070274 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347cec0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3691ce0 item 77 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.627487963 +0000 UTC m=+30.536165524 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347d500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347da00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347da00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347da00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ee540 item 78 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347da00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347da00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.627867412 +0000 UTC m=+30.536544973 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f347da00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0200): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0200): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0200): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0200): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0200): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.627867412 +0000 UTC m=+30.536544973 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0200): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30ee930 item 78 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.628973442 +0000 UTC m=+30.537651003 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0840): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0d40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0d40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0d40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a461c0 item 79 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0d40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0d40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.629374712 +0000 UTC m=+30.538052273 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f0d40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1440): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1440): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1440): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.629374712 +0000 UTC m=+30.538052273 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46380 item 79 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.630559192 +0000 UTC m=+30.539236753 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f34f1a80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa080): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa080): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46700 item 80 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa080): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.630920163 +0000 UTC m=+30.539597725 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa780): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa780): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa780): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa780): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa780): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.630920163 +0000 UTC m=+30.539597725 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aa780): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a468c0 item 80 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aadc0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aadc0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aadc0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aadc0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aadc0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.63238826 +0000 UTC m=+30.541065831 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35aadc0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46c40 item 81 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.632898615 +0000 UTC m=+30.541576177 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab240): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab780): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab780): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab780): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab780): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab780): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.632898615 +0000 UTC m=+30.541576177 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35ab780): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a46e00 item 81 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35abe00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35abe00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35abe00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35abe00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35abe00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.634252967 +0000 UTC m=+30.542930528 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35abe00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47180 item 82 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.63477817 +0000 UTC m=+30.543455741 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da400): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da980): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da980): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da980): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.63477817 +0000 UTC m=+30.543455741 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35da980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47490 item 82 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db000): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db000): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db000): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db000): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db000): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.636205479 +0000 UTC m=+30.544883050 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db000): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47810 item 83 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.636699523 +0000 UTC m=+30.545377094 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35db500): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35dba40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35dba40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35dba40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35dba40): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35dba40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.636699523 +0000 UTC m=+30.545377094 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f35dba40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a479d0 item 83 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36061c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36061c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36061c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36061c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36061c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.637902358 +0000 UTC m=+30.546579929 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36061c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3a47d50 item 84 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.638490601 +0000 UTC m=+30.547168182 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36066c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3606c40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3606c40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3606c40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3606c40): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3606c40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.638490601 +0000 UTC m=+30.547168182 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3606c40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3110230 item 84 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36072c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36072c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36072c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36072c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36072c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.639853758 +0000 UTC m=+30.548531329 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36072c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f3110ee0 item 85 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.640341992 +0000 UTC m=+30.549019552 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36077c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3607d00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3607d00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3607d00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3607d00): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3607d00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.640341992 +0000 UTC m=+30.549019552 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3607d00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f31113b0 item 85 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c480): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c480): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.641600141 +0000 UTC m=+30.550277712 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c070 item 86 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.642149249 +0000 UTC m=+30.550826810 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363c980): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363cf00): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363cf00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363cf00): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363cf00): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363cf00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.642149249 +0000 UTC m=+30.550826810 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363cf00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c380 item 86 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363d580): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363d580): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363d580): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363d580): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363d580): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.643416856 +0000 UTC m=+30.552094427 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363d580): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c770 item 87 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.643946277 +0000 UTC m=+30.552623859 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f363da80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36680c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36680c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36680c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36680c0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36680c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.643946277 +0000 UTC m=+30.552623859 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36680c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361c930 item 87 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668740): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668740): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668740): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668740): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668740): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.64521124 +0000 UTC m=+30.553888800 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668740): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361ce70 item 88 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.645723418 +0000 UTC m=+30.554400979 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3668c40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36691c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36691c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36691c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36691c0): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36691c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.645723418 +0000 UTC m=+30.554400979 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f36691c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361d030 item 88 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.647290521 +0000 UTC m=+30.555968082 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669d40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669d40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669d40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361d490 item 89 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669d40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669d40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.647910453 +0000 UTC m=+30.556588015 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3669d40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361d730 item 89 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.648476724 +0000 UTC m=+30.557154306 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c380): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c900): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c900): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c900): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c900): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c900): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.648476724 +0000 UTC m=+30.557154306 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368c900): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361d960 item 89 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.649871373 +0000 UTC m=+30.558548954 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368cf40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d480): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f361dce0 item 90 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d480): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.650332754 +0000 UTC m=+30.559010316 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec000 item 90 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.651377611 +0000 UTC m=+30.560055182 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f368d9c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722080): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722080): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722080): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722080): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722080): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.651377611 +0000 UTC m=+30.560055182 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722080): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec1c0 item 90 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.653356713 +0000 UTC m=+30.562034274 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37226c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722c00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722c00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722c00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec540 item 91 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722c00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722c00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.653825109 +0000 UTC m=+30.562502701 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3722c00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): >_readAt: n=2, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): _writeAt: size=3, off=7 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec700 item 91 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.654421035 +0000 UTC m=+30.563098607 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723140): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37236c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37236c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37236c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37236c0): >_readAt: n=8, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37236c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.654421035 +0000 UTC m=+30.563098607 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37236c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ec8c0 item 91 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.655631395 +0000 UTC m=+30.564308966 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3723d00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a340): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a340): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a340): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ecc40 item 92 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a340): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a340): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.656125109 +0000 UTC m=+30.564802680 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a340): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): open at offset 5 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ece00 item 92 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): _readAt: size=2, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): _writeAt: size=3, off=5 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): >_writeAt: n=3, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.656761442 +0000 UTC m=+30.565439003 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373a880): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373ae40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373ae40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373ae40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373ae40): >_readAt: n=3, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373ae40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.656761442 +0000 UTC m=+30.565439003 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373ae40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ecfc0 item 92 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.658105313 +0000 UTC m=+30.566782884 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b480): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b9c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b9c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b9c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed340 item 93 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b9c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b9c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.658583467 +0000 UTC m=+30.567261038 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f373b9c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37521c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37521c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37521c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37521c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37521c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.658583467 +0000 UTC m=+30.567261038 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f37521c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed500 item 93 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.660180578 +0000 UTC m=+30.568858139 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752800): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752d40): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752d40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752d40): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39ed880 item 94 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752d40): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752d40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.660661467 +0000 UTC m=+30.569339028 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3752d40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753440): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753440): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753440): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753440): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753440): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.660661467 +0000 UTC m=+30.569339028 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753440): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f39edb20 item 94 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.662013785 +0000 UTC m=+30.570691346 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f3753a80): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e0c0): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e0c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e0c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d62a0 item 95 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e0c0): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e0c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.662453997 +0000 UTC m=+30.571131558 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e0c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e7c0): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e7c0): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e7c0): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e7c0): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e7c0): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.662453997 +0000 UTC m=+30.571131558 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376e7c0): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d6af0 item 95 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 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/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): open at offset 0 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): _readAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): >_readAt: n=0, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.663934998 +0000 UTC m=+30.572612559 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376ee00): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376f340): _writeAt: size=5, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376f340): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376f340): >openPending: err= 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d7500 item 96 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376f340): >_writeAt: n=5, err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376f340): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.664418973 +0000 UTC m=+30.573096534 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376f340): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/20 01:30:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/20 01:30:50 DEBUG : open-test-file: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376fa40): _readAt: size=512, off=0 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376fa40): openPending: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376fa40): >openPending: err= 2026/04/20 01:30:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376fa40): >_readAt: n=5, err=EOF 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376fa40): close: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-20 01:30:50.664418973 +0000 UTC m=+30.573096534 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : open-test-file(0x23c3f376fa40): >close: err= 2026/04/20 01:30:50 DEBUG : open-test-file: Remove: 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23c3f30d7810 item 96 2026/04/20 01:30:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/20 01:30:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/20 01:30:50 DEBUG : open-test-file: >Remove: err= 2026/04/20 01:30:50 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : >WaitForWriters: 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.37s) --- PASS: TestRWFileHandleOpenTests/writes (0.19s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.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.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.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-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:50 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:50 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:50 DEBUG : file1: newRWFileHandle: 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): openPending: 2026/04/20 01:30:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): >openPending: err= 2026/04/20 01:30:50 DEBUG : file1: >newRWFileHandle: err= 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/20 01:30:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): _writeAt: size=2, off=0 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): >_writeAt: n=2, err= 2026/04/20 01:30:50 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): RWFileHandle.Flush 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): RWFileHandle.Release 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): close: 2026/04/20 01:30:50 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/20 01:30:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:50 DEBUG : file1(0x23c3f3868100): >close: err= 2026/04/20 01:30:50 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:50 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:50 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:50 DEBUG : file1: vfs cache: starting upload 2026/04/20 01:30:50 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1.a0a9169e.partial" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1.a0a9169e.partial 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1.a0a9169e.partial" 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-takuyuv1ziso/file1.a0a9169e.partial 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:50 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/20 01:30:50 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/20 01:30:50 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/20 01:30:50 INFO : file1: Copied (new) 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:50 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/20 01:30:50 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/20 01:30:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/20 01:30:50 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/20 01:30:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:30:50 INFO : file1: vfs cache: upload succeeded try #1 2026/04/20 01:30:50 DEBUG : Looking for writers 2026/04/20 01:30:50 DEBUG : file1: reading active writers 2026/04/20 01:30:50 DEBUG : >WaitForWriters: 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:50 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:51 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:51 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:51 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:51 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/20 01:30:51 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:51 DEBUG : Looking for writers 2026/04/20 01:30:51 DEBUG : file1: reading active writers 2026/04/20 01:30:51 DEBUG : >WaitForWriters: 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.51s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:51 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:51 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:51 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:51 DEBUG : rename_me: newRWFileHandle: 2026/04/20 01:30:51 DEBUG : rename_me(0x23c3f38687c0): openPending: 2026/04/20 01:30:51 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/20 01:30:51 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/20 01:30:51 DEBUG : rename_me(0x23c3f38687c0): >openPending: err= 2026/04/20 01:30:51 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/20 01:30:51 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/20 01:30:51 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/20 01:30:51 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/20 01:30:51 DEBUG : rename_me(0x23c3f38687c0): _writeAt: size=5, off=0 2026/04/20 01:30:51 DEBUG : rename_me(0x23c3f38687c0): >_writeAt: n=5, err= 2026/04/20 01:30:51 DEBUG : rename_me(0x23c3f38687c0): close: 2026/04/20 01:30:51 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-20 01:30:51.185735009 +0000 UTC m=+31.094412580 2026/04/20 01:30:51 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/20 01:30:51 DEBUG : rename_me(0x23c3f38687c0): >close: err= 2026/04/20 01:30:51 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/20 01:30:51 DEBUG : i_was_renamed: Updating file with 0x23c3f3914ea0 2026/04/20 01:30:51 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/20 01:30:51 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/20 01:30:51 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:51 DEBUG : Looking for writers 2026/04/20 01:30:51 DEBUG : i_was_renamed: reading active writers 2026/04/20 01:30:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/20 01:30:51 DEBUG : Looking for writers 2026/04/20 01:30:51 DEBUG : i_was_renamed: reading active writers 2026/04/20 01:30:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/20 01:30:51 DEBUG : Looking for writers 2026/04/20 01:30:51 DEBUG : i_was_renamed: reading active writers 2026/04/20 01:30:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/20 01:30:51 DEBUG : Looking for writers 2026/04/20 01:30:51 DEBUG : i_was_renamed: reading active writers 2026/04/20 01:30:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/20 01:30:51 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/20 01:30:51 DEBUG : i_was_renamed.97f82ddf.partial: size = 5 OK 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/i_was_renamed.97f82ddf.partial" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/i_was_renamed.97f82ddf.partial 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/i_was_renamed.97f82ddf.partial" 2026/04/20 01:30:51 DEBUG : Looking for writers 2026/04/20 01:30:51 DEBUG : i_was_renamed: reading active writers 2026/04/20 01:30:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/20 01:30:51 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:51 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-takuyuv1ziso/dir/file1: no such file or directory 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/i_was_renamed.97f82ddf.partial 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:51 DEBUG : i_was_renamed.97f82ddf.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:51 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:30:51 DEBUG : i_was_renamed.97f82ddf.partial: renamed to: i_was_renamed 2026/04/20 01:30:51 INFO : i_was_renamed: Copied (new) 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/i_was_renamed" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/i_was_renamed 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/i_was_renamed" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/i_was_renamed 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:51 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:30:51 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-20 01:30:51 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/20 01:30:51 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/20 01:30:51 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/20 01:30:51 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/20 01:30:51 DEBUG : Looking for writers 2026/04/20 01:30:51 DEBUG : i_was_renamed: reading active writers 2026/04/20 01:30:51 DEBUG : >WaitForWriters: 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:51 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/20 01:30:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-takuyuv1ziso" 2026/04/20 01:30:51 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/20 01:30:51 DEBUG : forgetting directory cache 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate(0x23c3f3869b00): _readAt: size=512, off=0 2026/04/20 01:30:51 DEBUG : TestRWCacheUpdate(0x23c3f3869b00): openPending: 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:51 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-20 00:31:51 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/20 01:30:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f3869b00): >openPending: err= 2026/04/20 01:30:52 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f3869b00): >_readAt: n=20, err=EOF 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f3869b00): close: 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:31:51 +0000 UTC 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f3869b00): >close: err= 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : forgetting directory cache 2026/04/20 01:30:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f398cb00): _readAt: size=512, off=0 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f398cb00): openPending: 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-20 00:32:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-20 00:31:51 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-20 00:32:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-20 00:31:51 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/20 01:30:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/20 01:30:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f398cb00): >openPending: err= 2026/04/20 01:30:52 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f398cb00): >_readAt: n=20, err=EOF 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f398cb00): close: 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:32:51 +0000 UTC 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f398cb00): >close: err= 2026/04/20 01:30:52 DEBUG : Re-reading directory (109.852931ms old) 2026/04/20 01:30:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : forgetting directory cache 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f37aefc0): _readAt: size=512, off=0 2026/04/20 01:30:52 DEBUG : TestRWCacheUpdate(0x23c3f37aefc0): openPending: 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:52 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-20 00:33:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-20 00:32:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-20 00:33:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-20 00:32:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/20 01:30:53 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/20 01:30:53 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f37aefc0): >openPending: err= 2026/04/20 01:30:53 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f37aefc0): >_readAt: n=20, err=EOF 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f37aefc0): close: 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:33:51 +0000 UTC 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f37aefc0): >close: err= 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : forgetting directory cache 2026/04/20 01:30:53 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349c940): _readAt: size=512, off=0 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349c940): openPending: 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-20 00:34:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-20 00:33:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-20 00:34:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-20 00:33:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/20 01:30:53 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/20 01:30:53 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349c940): >openPending: err= 2026/04/20 01:30:53 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349c940): >_readAt: n=20, err=EOF 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349c940): close: 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:34:51 +0000 UTC 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349c940): >close: err= 2026/04/20 01:30:53 DEBUG : Re-reading directory (103.248921ms old) 2026/04/20 01:30:53 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : forgetting directory cache 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349cd40): _readAt: size=512, off=0 2026/04/20 01:30:53 DEBUG : TestRWCacheUpdate(0x23c3f349cd40): openPending: 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:53 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-20 00:35:51 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-20 00:34:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-20 00:35:51 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-20 00:34:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/20 01:30:54 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/20 01:30:54 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349cd40): >openPending: err= 2026/04/20 01:30:54 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349cd40): >_readAt: n=20, err=EOF 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349cd40): close: 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:35:51 +0000 UTC 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349cd40): >close: err= 2026/04/20 01:30:54 DEBUG : Re-reading directory (100.215875ms old) 2026/04/20 01:30:54 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/20 01:30:54 DEBUG : forgetting directory cache 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349d680): _readAt: size=512, off=0 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349d680): openPending: 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-20 00:36:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-20 00:35:51 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-20 00:36:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-20 00:35:51 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/20 01:30:54 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/20 01:30:54 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349d680): >openPending: err= 2026/04/20 01:30:54 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349d680): >_readAt: n=20, err=EOF 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349d680): close: 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:36:51 +0000 UTC 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f349d680): >close: err= 2026/04/20 01:30:54 DEBUG : Re-reading directory (102.408442ms old) 2026/04/20 01:30:54 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/20 01:30:54 DEBUG : forgetting directory cache 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f38a3bc0): _readAt: size=512, off=0 2026/04/20 01:30:54 DEBUG : TestRWCacheUpdate(0x23c3f38a3bc0): openPending: 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:54 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-20 00:37:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-20 00:36:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-20 00:37:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-20 00:36:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/20 01:30:55 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/20 01:30:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f38a3bc0): >openPending: err= 2026/04/20 01:30:55 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f38a3bc0): >_readAt: n=21, err=EOF 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f38a3bc0): close: 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:37:51 +0000 UTC 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f38a3bc0): >close: err= 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : forgetting directory cache 2026/04/20 01:30:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f34c4180): _readAt: size=512, off=0 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f34c4180): openPending: 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-20 00:38:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-20 00:37:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-20 00:38:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-20 00:37:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/20 01:30:55 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/20 01:30:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f34c4180): >openPending: err= 2026/04/20 01:30:55 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f34c4180): >_readAt: n=22, err=EOF 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f34c4180): close: 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:38:51 +0000 UTC 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f34c4180): >close: err= 2026/04/20 01:30:55 DEBUG : Re-reading directory (102.068559ms old) 2026/04/20 01:30:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : forgetting directory cache 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f314fe00): _readAt: size=512, off=0 2026/04/20 01:30:55 DEBUG : TestRWCacheUpdate(0x23c3f314fe00): openPending: 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:55 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-20 00:39:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-20 00:38:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-20 00:39:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-20 00:38:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/20 01:30:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/20 01:30:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f314fe00): >openPending: err= 2026/04/20 01:30:56 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f314fe00): >_readAt: n=23, err=EOF 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f314fe00): close: 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:39:51 +0000 UTC 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f314fe00): >close: err= 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : forgetting directory cache 2026/04/20 01:30:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f325f400): _readAt: size=512, off=0 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f325f400): openPending: 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-takuyuv1ziso/TestRWCacheUpdate 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-20 00:40:51 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-20 00:39:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-20 00:40:51 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-20 00:39:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/20 01:30:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/20 01:30:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f325f400): >openPending: err= 2026/04/20 01:30:56 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f325f400): >_readAt: n=24, err=EOF 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f325f400): close: 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-20 00:40:51 +0000 UTC 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate(0x23c3f325f400): >close: err= 2026/04/20 01:30:56 DEBUG : Re-reading directory (100.613468ms old) 2026/04/20 01:30:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/20 01:30:56 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:56 DEBUG : Looking for writers 2026/04/20 01:30:56 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/20 01:30:56 DEBUG : >WaitForWriters: 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.06s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:56 DEBUG : forgetting directory cache 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:56 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/20 01:30:56 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:56 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:56 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:56 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:56 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:56 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:56 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:56 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:56 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/20 01:30:57 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/20 01:30:57 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/20 01:30:57 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/20 01:30:57 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/20 01:30:57 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/20 01:30:57 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/20 01:30:57 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/FiLeA" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-takuyuv1ziso/FiLeA 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:57 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/20 01:30:57 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:57 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/20 01:30:57 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/20 01:30:57 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/20 01:30:57 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:57 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:57 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FiLeB" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-takuyuv1ziso/FiLeB 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/20 01:30:58 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/20 01:30:58 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/20 01:30:58 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/20 01:30:58 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:58 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/FilEb" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-takuyuv1ziso/FilEb 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/20 01:30:58 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/20 01:30:58 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/20 01:30:58 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/20 01:30:58 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/20 01:30:58 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/20 01:30:58 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/20 01:30:58 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/20 01:30:58 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:58 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:58 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:58 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:58 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:58 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/20 01:30:58 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/20 01:30:58 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/20 01:30:58 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:58 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:58 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/20 01:30:58 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/20 01:30:58 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/20 01:30:58 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:58 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:58 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:58 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:58 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:58 DEBUG : Looking for writers 2026/04/20 01:30:58 DEBUG : FiLeA: reading active writers 2026/04/20 01:30:58 DEBUG : FiLeB: reading active writers 2026/04/20 01:30:58 DEBUG : FilEb: reading active writers 2026/04/20 01:30:58 DEBUG : >WaitForWriters: 2026/04/20 01:30:58 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:58 DEBUG : Looking for writers 2026/04/20 01:30:58 DEBUG : FiLeA: reading active writers 2026/04/20 01:30:58 DEBUG : FiLeB: reading active writers 2026/04/20 01:30:58 DEBUG : FilEb: reading active writers 2026/04/20 01:30:58 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.56s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/normal name with no special characters.txt" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/normal\ name\ with\ no\ special\ characters.txt 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/normal\ name\ with\ no\ special\ characters.txt" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-takuyuv1ziso/normal name with no special characters.txt 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/normal name with no special characters.txt" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/normal\ name\ with\ no\ special\ characters.txt 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/normal\ name\ with\ no\ special\ characters.txt" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-takuyuv1ziso/normal name with no special characters.txt 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/測試_Русский___ě_áñ" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/測試_Русский___ě_áñ" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/20 01:30:58 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/normal name with no special characters.txt" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/normal\ name\ with\ no\ special\ characters.txt 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/normal\ name\ with\ no\ special\ characters.txt" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-takuyuv1ziso/normal name with no special characters.txt 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/測試_Русский___ě_áñ" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-takuyuv1ziso/測試_Русский___ě_áñ 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:58 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:58 DEBUG : Looking for writers 2026/04/20 01:30:58 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/20 01:30:58 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/20 01:30:58 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.59s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:58 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Reusing VFS from active cache 2026/04/20 01:30:58 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:58 DEBUG : Looking for writers 2026/04/20 01:30:58 DEBUG : >WaitForWriters: 2026/04/20 01:30:58 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:58 DEBUG : Looking for writers 2026/04/20 01:30:58 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:58 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:58 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:58 DEBUG : Looking for writers 2026/04/20 01:30:58 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:58 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:58 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:58 DEBUG : Looking for writers 2026/04/20 01:30:58 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:58 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:58 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:58 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/20 01:30:59 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:59 DEBUG : dir: Looking for writers 2026/04/20 01:30:59 DEBUG : file2: reading active writers 2026/04/20 01:30:59 DEBUG : Looking for writers 2026/04/20 01:30:59 DEBUG : dir: reading active writers 2026/04/20 01:30:59 DEBUG : file1: reading active writers 2026/04/20 01:30:59 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.41s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:59 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/20 01:30:59 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:30:59 DEBUG : dir: Looking for writers 2026/04/20 01:30:59 DEBUG : Looking for writers 2026/04/20 01:30:59 DEBUG : dir: reading active writers 2026/04/20 01:30:59 DEBUG : file1: reading active writers 2026/04/20 01:30:59 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:30:59 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:30:59 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/20 01:30:59 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:59 DEBUG : file1: Open: flags=O_RDONLY 2026/04/20 01:30:59 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/20 01:30:59 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/20 01:30:59 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:59 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/20 01:30:59 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/20 01:30:59 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/20 01:30:59 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:30:59 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:30:59 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/20 01:30:59 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/20 01:30:59 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/20 01:30:59 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (0 bytes), uploading instead of streaming 2026/04/20 01:30:59 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/new_file.txt" 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/new_file.txt 2026/04/20 01:30:59 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/new_file.txt" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/dir/new_file.txt 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:31:00 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/20 01:31:00 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/20 01:31:00 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/20 01:31:00 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:00 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/20 01:31:00 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:00 DEBUG : dir: Looking for writers 2026/04/20 01:31:00 DEBUG : file2: reading active writers 2026/04/20 01:31:00 DEBUG : new_file.txt: reading active writers 2026/04/20 01:31:00 DEBUG : Looking for writers 2026/04/20 01:31:00 DEBUG : dir: reading active writers 2026/04/20 01:31:00 DEBUG : file1: reading active writers 2026/04/20 01:31:00 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.50s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:00 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file2" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-takuyuv1ziso/dir/file2 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/20 01:31:00 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/20 01:31:00 DEBUG : dir/file1: Updating file with dir/file1 0x23c3f399f6c0 2026/04/20 01:31:00 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/20 01:31:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/dir/file1" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-takuyuv1ziso/dir/file1 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/20 01:31:00 INFO : dir/file1: Moved (server-side) to: file0 2026/04/20 01:31:00 DEBUG : file0: Updating file with file0 0x23c3f399f6c0 2026/04/20 01:31:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file0" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file0 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file0" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-takuyuv1ziso/file0 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file0" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file0 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file0" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-takuyuv1ziso/file0 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/20 01:31:00 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:00 DEBUG : dir: Looking for writers 2026/04/20 01:31:00 DEBUG : Looking for writers 2026/04/20 01:31:00 DEBUG : dir: reading active writers 2026/04/20 01:31:00 DEBUG : file0: reading active writers 2026/04/20 01:31:00 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:00 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Server has VFS statistics extension 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: About path "/rclone-test-takuyuv1ziso" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: About path "/rclone-test-takuyuv1ziso" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: About using shell command for shell type "unix" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: df -k /rclone-test-takuyuv1ziso 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: 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-takuyuv1ziso" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 55590900 95182108 35% / 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:00 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:00 DEBUG : Looking for writers 2026/04/20 01:31:00 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:00 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: 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/20 01:31:00 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: 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/20 01:31:00 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:00 DEBUG : b: Looking for writers 2026/04/20 01:31:00 DEBUG : c: Looking for writers 2026/04/20 01:31:00 DEBUG : d: Looking for writers 2026/04/20 01:31:00 DEBUG : Looking for writers 2026/04/20 01:31:00 DEBUG : a: Looking for writers 2026/04/20 01:31:00 DEBUG : Looking for writers 2026/04/20 01:31:00 DEBUG : /: reading active writers 2026/04/20 01:31:00 DEBUG : a: reading active writers 2026/04/20 01:31:00 DEBUG : b: reading active writers 2026/04/20 01:31:00 DEBUG : c: reading active writers 2026/04/20 01:31:00 DEBUG : d: reading active writers 2026/04/20 01:31:00 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:00 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/20 01:31:00 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/20 01:31:00 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/20 01:31:00 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/20 01:31:00 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:00 DEBUG : a/b/c/d: Looking for writers 2026/04/20 01:31:00 DEBUG : a/b/c: Looking for writers 2026/04/20 01:31:00 DEBUG : d: reading active writers 2026/04/20 01:31:00 DEBUG : a/b: Looking for writers 2026/04/20 01:31:00 DEBUG : c: reading active writers 2026/04/20 01:31:00 DEBUG : a: Looking for writers 2026/04/20 01:31:00 DEBUG : b: reading active writers 2026/04/20 01:31:00 DEBUG : Looking for writers 2026/04/20 01:31:00 DEBUG : a: reading active writers 2026/04/20 01:31:00 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-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:00 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:00 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:00 DEBUG : Looking for writers 2026/04/20 01:31:00 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-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:00 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:00 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/20 01:31:00 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/20 01:31:00 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (5 bytes), uploading instead of streaming 2026/04/20 01:31:00 DEBUG : file1: size = 5 OK 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:00 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:31:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:31:01 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:01 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/20 01:31:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:01 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/20 01:31:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/20 01:31:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (0 bytes), uploading instead of streaming 2026/04/20 01:31:01 DEBUG : file1: size = 0 OK 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:01 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:31:01 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/20 01:31:01 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/20 01:31:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (7 bytes), uploading instead of streaming 2026/04/20 01:31:01 DEBUG : file1: size = 7 OK 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:01 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:01 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/20 01:31:01 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/20 01:31:01 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:01 DEBUG : Looking for writers 2026/04/20 01:31:01 DEBUG : file1: reading active writers 2026/04/20 01:31:01 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:01 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:01 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/20 01:31:02 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/20 01:31:02 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/20 01:31:02 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (11 bytes), uploading instead of streaming 2026/04/20 01:31:02 DEBUG : file1: size = 11 OK 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:31:02 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/20 01:31:02 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:02 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:02 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/20 01:31:02 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:02 DEBUG : Looking for writers 2026/04/20 01:31:02 DEBUG : file1: reading active writers 2026/04/20 01:31:02 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.31s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:02 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:02 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/20 01:31:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (5 bytes), uploading instead of streaming 2026/04/20 01:31:02 DEBUG : file1: size = 5 OK 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:02 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/20 01:31:02 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/20 01:31:02 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:02 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/20 01:31:02 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:02 DEBUG : Looking for writers 2026/04/20 01:31:02 DEBUG : file1: reading active writers 2026/04/20 01:31:02 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:02 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:02 DEBUG : file1: WriteFileHandle.Release closing 2026/04/20 01:31:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (0 bytes), uploading instead of streaming 2026/04/20 01:31:02 DEBUG : file1: size = 0 OK 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:02 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:31:03 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/20 01:31:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/20 01:31:03 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:03 DEBUG : Looking for writers 2026/04/20 01:31:03 DEBUG : file1: reading active writers 2026/04/20 01:31:03 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:03 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (2 bytes), uploading instead of streaming 2026/04/20 01:31:03 DEBUG : file1: size = 2 OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/20 01:31:03 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/20 01:31:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:03 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:03 DEBUG : Looking for writers 2026/04/20 01:31:03 DEBUG : file1: reading active writers 2026/04/20 01:31:03 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:03 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (0 bytes), uploading instead of streaming 2026/04/20 01:31:03 DEBUG : file1: size = 0 OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/20 01:31:03 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/20 01:31:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:31:03 DEBUG : file1: Open: flags=O_RDONLY 2026/04/20 01:31:03 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/20 01:31:03 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/20 01:31:03 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:03 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:03 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:03 DEBUG : Looking for writers 2026/04/20 01:31:03 DEBUG : file1: reading active writers 2026/04/20 01:31:03 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:03 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/20 01:31:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/20 01:31:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: File to upload is small (100 bytes), uploading instead of streaming 2026/04/20 01:31:03 DEBUG : file1: size = 100 OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/file1" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a0d33b2543cdf934e1876d2ec4f4b9ce /rclone-test-takuyuv1ziso/file1 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : file1: Parsed hash: a0d33b2543cdf934e1876d2ec4f4b9ce 2026/04/20 01:31:03 DEBUG : file1: md5 = a0d33b2543cdf934e1876d2ec4f4b9ce OK 2026/04/20 01:31:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/20 01:31:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/20 01:31:03 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/20 01:31:03 DEBUG : file1: Open: flags=O_RDONLY 2026/04/20 01:31:03 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/20 01:31:03 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/20 01:31:03 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:03 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:03 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:03 DEBUG : Looking for writers 2026/04/20 01:31:03 DEBUG : file1: reading active writers 2026/04/20 01:31:03 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:03 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f000.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f000.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f000.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-takuyuv1ziso/flat/f000.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f000.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/flat/f000.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/flat/f000.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-takuyuv1ziso/flat/f000.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f001.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f001.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f001.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-takuyuv1ziso/flat/f001.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f001.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/flat/f001.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/flat/f001.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-takuyuv1ziso/flat/f001.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f002.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f002.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f002.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-takuyuv1ziso/flat/f002.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f002.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/flat/f002.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/flat/f002.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-takuyuv1ziso/flat/f002.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:03 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f003.txt" 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f003.txt 2026/04/20 01:31:03 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f003.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-takuyuv1ziso/flat/f003.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f003.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/flat/f003.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/flat/f003.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-takuyuv1ziso/flat/f003.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f004.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f004.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f004.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-takuyuv1ziso/flat/f004.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f004.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: sha1sum /rclone-test-takuyuv1ziso/flat/f004.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-takuyuv1ziso/flat/f004.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-takuyuv1ziso/flat/f004.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/20 01:31:04 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/20 01:31:04 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/20 01:31:04 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:04 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f000.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f000.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f000.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-takuyuv1ziso/flat/f000.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/20 01:31:04 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/20 01:31:04 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/20 01:31:04 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:04 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f001.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f001.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f001.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-takuyuv1ziso/flat/f001.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/20 01:31:04 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/20 01:31:04 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/20 01:31:04 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:04 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f002.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f002.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f002.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-takuyuv1ziso/flat/f002.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/20 01:31:04 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/20 01:31:04 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/20 01:31:04 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:04 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f003.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f003.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f003.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-takuyuv1ziso/flat/f003.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/20 01:31:04 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/20 01:31:04 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/20 01:31:04 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:04 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/flat/f004.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/flat/f004.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/flat/f004.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-takuyuv1ziso/flat/f004.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/20 01:31:04 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:04 DEBUG : flat: Looking for writers 2026/04/20 01:31:04 DEBUG : f002.txt: reading active writers 2026/04/20 01:31:04 DEBUG : f003.txt: reading active writers 2026/04/20 01:31:04 DEBUG : f004.txt: reading active writers 2026/04/20 01:31:04 DEBUG : f000.txt: reading active writers 2026/04/20 01:31:04 DEBUG : f001.txt: reading active writers 2026/04/20 01:31:04 DEBUG : Looking for writers 2026/04/20 01:31:04 DEBUG : flat: reading active writers 2026/04/20 01:31:04 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.49s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:04 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:04 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/20 01:31:04 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/20 01:31:04 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:04 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/a/b/c/deep.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/a/b/c/deep.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/a/b/c/deep.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-takuyuv1ziso/a/b/c/deep.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:04 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/20 01:31:04 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/20 01:31:04 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/20 01:31:04 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:04 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/a/b/mid.txt" 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/a/b/mid.txt 2026/04/20 01:31:04 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/a/b/mid.txt" 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-takuyuv1ziso/a/b/mid.txt 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:05 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/20 01:31:05 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/20 01:31:05 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/20 01:31:05 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:05 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/a/top.txt" 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/a/top.txt 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/a/top.txt" 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-takuyuv1ziso/a/top.txt 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:05 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/20 01:31:05 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:05 DEBUG : a/b/c: Looking for writers 2026/04/20 01:31:05 DEBUG : deep.txt: reading active writers 2026/04/20 01:31:05 DEBUG : a/b: Looking for writers 2026/04/20 01:31:05 DEBUG : c: reading active writers 2026/04/20 01:31:05 DEBUG : mid.txt: reading active writers 2026/04/20 01:31:05 DEBUG : a: Looking for writers 2026/04/20 01:31:05 DEBUG : b: reading active writers 2026/04/20 01:31:05 DEBUG : top.txt: reading active writers 2026/04/20 01:31:05 DEBUG : Looking for writers 2026/04/20 01:31:05 DEBUG : a: reading active writers 2026/04/20 01:31:05 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:05 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/bigdir/big.bin" 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/bigdir/big.bin 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/bigdir/big.bin" 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 4be621ec1a891eb2d17cfa87e34b133c /rclone-test-takuyuv1ziso/bigdir/big.bin 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:05 DEBUG : bigdir/big.bin: Parsed hash: 4be621ec1a891eb2d17cfa87e34b133c 2026/04/20 01:31:05 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:05 DEBUG : bigdir: Looking for writers 2026/04/20 01:31:05 DEBUG : big.bin: reading active writers 2026/04/20 01:31:05 DEBUG : Looking for writers 2026/04/20 01:31:05 DEBUG : bigdir: reading active writers 2026/04/20 01:31:05 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.75s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-takuyuv1ziso", Local "Local file system at /tmp/rclone3449552266", Modify Window "1s" 2026/04/20 01:31:05 INFO : sftp://rclone@:22/rclone-test-takuyuv1ziso: poll-interval is not supported by this remote 2026/04/20 01:31:05 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/20 01:31:05 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/20 01:31:05 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:05 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir1/a.txt" 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir1/a.txt 2026/04/20 01:31:05 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir1/a.txt" 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-takuyuv1ziso/dir1/a.txt 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:06 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/20 01:31:06 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/20 01:31:06 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/20 01:31:06 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:06 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir2/b.txt" 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir2/b.txt 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir2/b.txt" 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: 415290769594460e2e485922904f345d /rclone-test-takuyuv1ziso/dir2/b.txt 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:06 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/20 01:31:06 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/20 01:31:06 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/20 01:31:06 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/20 01:31:06 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Shell path "/rclone-test-takuyuv1ziso/dir3/c.txt" 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: creating additional session 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Running remote command: md5sum /rclone-test-takuyuv1ziso/dir3/c.txt 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-takuyuv1ziso/dir3/c.txt" 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: command exited OK 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-takuyuv1ziso/dir3/c.txt 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: ssh external: close 2026/04/20 01:31:06 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/20 01:31:06 DEBUG : WaitForWriters: timeout=30s 2026/04/20 01:31:06 DEBUG : dir1: Looking for writers 2026/04/20 01:31:06 DEBUG : a.txt: reading active writers 2026/04/20 01:31:06 DEBUG : dir2: Looking for writers 2026/04/20 01:31:06 DEBUG : b.txt: reading active writers 2026/04/20 01:31:06 DEBUG : dir3: Looking for writers 2026/04/20 01:31:06 DEBUG : c.txt: reading active writers 2026/04/20 01:31:06 DEBUG : Looking for writers 2026/04/20 01:31:06 DEBUG : dir1: reading active writers 2026/04/20 01:31:06 DEBUG : dir2: reading active writers 2026/04/20 01:31:06 DEBUG : dir3: reading active writers 2026/04/20 01:31:06 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/20 01:31:06 DEBUG : sftp://rclone@:22/rclone-test-takuyuv1ziso: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.140264112s (try 1/5)