"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/26 04:58:17 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-yetomul7cowa" 2026/05/26 04:58:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/26 04:58:17 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/26 04:58:17 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/26 04:58:17 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/26 04:58:17 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/26 04:58:17 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell type "unix" from config 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Relative path resolved to "/rclone-test-yetomul7cowa" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Using root directory "/rclone-test-yetomul7cowa" 2026/05/26 04:58:17 DEBUG : Creating backend with remote "/tmp/rclone4067085115" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:17 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:17 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:17 DEBUG : dir: Looking for writers 2026/05/26 04:58:17 DEBUG : Looking for writers 2026/05/26 04:58:17 DEBUG : dir: reading active writers 2026/05/26 04:58:17 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:17 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:17 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:17 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:17 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:17 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/26 04:58:18 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:18 DEBUG : dir/subdir: Looking for writers 2026/05/26 04:58:18 DEBUG : dir: Looking for writers 2026/05/26 04:58:18 DEBUG : subdir: reading active writers 2026/05/26 04:58:18 DEBUG : file1: reading active writers 2026/05/26 04:58:18 DEBUG : file2: reading active writers 2026/05/26 04:58:18 DEBUG : Looking for writers 2026/05/26 04:58:18 DEBUG : dir: reading active writers 2026/05/26 04:58:18 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.64s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:18 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:18 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:18 DEBUG : dir: Looking for writers 2026/05/26 04:58:18 DEBUG : file1: reading active writers 2026/05/26 04:58:18 DEBUG : Looking for writers 2026/05/26 04:58:18 DEBUG : dir: reading active writers 2026/05/26 04:58:18 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.20s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:18 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:18 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:18 DEBUG : dir: Looking for writers 2026/05/26 04:58:18 DEBUG : Looking for writers 2026/05/26 04:58:18 DEBUG : dir: reading active writers 2026/05/26 04:58:18 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:18 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:18 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:18 DEBUG : forgetting directory cache 2026/05/26 04:58:18 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:18 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:18 DEBUG : Looking for writers 2026/05/26 04:58:18 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:18 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:18 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/26 04:58:18 DEBUG : dir: invalidating directory cache 2026/05/26 04:58:18 DEBUG : >ForgetPath: 2026/05/26 04:58:18 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/26 04:58:18 DEBUG : invalidating directory cache 2026/05/26 04:58:18 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:18 DEBUG : >ForgetPath: 2026/05/26 04:58:18 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/26 04:58:18 DEBUG : >ForgetPath: 2026/05/26 04:58:18 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:18 DEBUG : dir: Looking for writers 2026/05/26 04:58:18 DEBUG : Looking for writers 2026/05/26 04:58:18 DEBUG : dir: reading active writers 2026/05/26 04:58:18 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:18 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:18 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/fil/a/b/c" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/fil/a/b/c 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/fil/a/b/c" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-yetomul7cowa/fil/a/b/c 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/fil/a/b/c" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/fil/a/b/c 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/fil/a/b/c" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-yetomul7cowa/fil/a/b/c 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:19 DEBUG : forgetting directory cache 2026/05/26 04:58:19 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:19 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:19 DEBUG : dir: Looking for writers 2026/05/26 04:58:19 DEBUG : fil/a/b: Looking for writers 2026/05/26 04:58:19 DEBUG : fil/a: Looking for writers 2026/05/26 04:58:19 DEBUG : b: reading active writers 2026/05/26 04:58:19 DEBUG : fil: Looking for writers 2026/05/26 04:58:19 DEBUG : a: reading active writers 2026/05/26 04:58:19 DEBUG : Looking for writers 2026/05/26 04:58:19 DEBUG : dir: reading active writers 2026/05/26 04:58:19 DEBUG : fil: reading active writers 2026/05/26 04:58:19 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.64s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:19 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:19 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:19 DEBUG : dir: Looking for writers 2026/05/26 04:58:19 DEBUG : Looking for writers 2026/05/26 04:58:19 DEBUG : dir: reading active writers 2026/05/26 04:58:19 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:19 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:19 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:20 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:20 DEBUG : dir: Looking for writers 2026/05/26 04:58:20 DEBUG : file1: reading active writers 2026/05/26 04:58:20 DEBUG : Looking for writers 2026/05/26 04:58:20 DEBUG : dir: reading active writers 2026/05/26 04:58:20 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:20 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/subdir/file3" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yetomul7cowa/dir/subdir/file3 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/26 04:58:20 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/26 04:58:20 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/26 04:58:20 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/26 04:58:20 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/26 04:58:20 DEBUG : Waiting for deletions to finish 2026/05/26 04:58:20 INFO : dir/subdir/file3: Deleted 2026/05/26 04:58:20 DEBUG : removing 1 level 2 directories 2026/05/26 04:58:20 INFO : dir/subdir: Removing directory 2026/05/26 04:58:20 DEBUG : dir: invalidating directory cache 2026/05/26 04:58:20 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/26 04:58:20 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/26 04:58:20 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/26 04:58:20 DEBUG : dir/file1: Reset virtual modtime 2026/05/26 04:58:20 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/26 04:58:20 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/26 04:58:20 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/26 04:58:20 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/26 04:58:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:20 DEBUG : dir: invalidating directory cache 2026/05/26 04:58:20 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/26 04:58:20 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/26 04:58:20 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/26 04:58:20 DEBUG : forgetting directory cache 2026/05/26 04:58:20 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:20 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/26 04:58:20 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:20 DEBUG : dir/virtualDir: Looking for writers 2026/05/26 04:58:20 DEBUG : dir: Looking for writers 2026/05/26 04:58:20 DEBUG : file1: reading active writers 2026/05/26 04:58:20 DEBUG : virtualFile2: reading active writers 2026/05/26 04:58:20 DEBUG : virtualFile: reading active writers 2026/05/26 04:58:20 DEBUG : virtualDir: reading active writers 2026/05/26 04:58:20 DEBUG : Looking for writers 2026/05/26 04:58:20 DEBUG : dir: reading active writers 2026/05/26 04:58:20 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.58s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:20 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:20 ERROR : dir/: Can only open directories read only 2026/05/26 04:58:20 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:20 DEBUG : dir: Looking for writers 2026/05/26 04:58:20 DEBUG : Looking for writers 2026/05/26 04:58:20 DEBUG : dir: reading active writers 2026/05/26 04:58:20 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:20 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:20 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:21 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:21 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/26 04:58:21 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/26 04:58:21 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/26 04:58:21 DEBUG : dir/potato: size = 5 OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/potato" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/potato 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/potato" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/dir/potato 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:21 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:21 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/26 04:58:21 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/26 04:58:21 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:21 DEBUG : dir: Looking for writers 2026/05/26 04:58:21 DEBUG : file1: reading active writers 2026/05/26 04:58:21 DEBUG : potato: reading active writers 2026/05/26 04:58:21 DEBUG : Looking for writers 2026/05/26 04:58:21 DEBUG : dir: reading active writers 2026/05/26 04:58:21 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:21 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:21 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:21 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:21 DEBUG : dir/sub: Looking for writers 2026/05/26 04:58:21 DEBUG : dir: Looking for writers 2026/05/26 04:58:21 DEBUG : file1: reading active writers 2026/05/26 04:58:21 DEBUG : sub: reading active writers 2026/05/26 04:58:21 DEBUG : Looking for writers 2026/05/26 04:58:21 DEBUG : dir: reading active writers 2026/05/26 04:58:21 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.52s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:21 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:21 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/26 04:58:21 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:21 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:22 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:22 DEBUG : dir/sub/subsub: Looking for writers 2026/05/26 04:58:22 DEBUG : dir/sub: Looking for writers 2026/05/26 04:58:22 DEBUG : subsub: reading active writers 2026/05/26 04:58:22 DEBUG : dir: Looking for writers 2026/05/26 04:58:22 DEBUG : file1: reading active writers 2026/05/26 04:58:22 DEBUG : sub: reading active writers 2026/05/26 04:58:22 DEBUG : Looking for writers 2026/05/26 04:58:22 DEBUG : dir: reading active writers 2026/05/26 04:58:22 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:22 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:22 ERROR : dir/: Dir.Remove not empty 2026/05/26 04:58:22 DEBUG : dir/file1: Remove: 2026/05/26 04:58:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:22 DEBUG : dir/file1: >Remove: err= 2026/05/26 04:58:22 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/26 04:58:22 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:22 DEBUG : Looking for writers 2026/05/26 04:58:22 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:22 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:22 DEBUG : dir/file1: Remove: 2026/05/26 04:58:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:22 DEBUG : dir/file1: >Remove: err= 2026/05/26 04:58:22 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/26 04:58:22 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:22 DEBUG : Looking for writers 2026/05/26 04:58:22 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:22 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:22 DEBUG : dir/file1: Remove: 2026/05/26 04:58:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:22 DEBUG : dir/file1: >Remove: err= 2026/05/26 04:58:22 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:22 DEBUG : dir: Looking for writers 2026/05/26 04:58:22 DEBUG : Looking for writers 2026/05/26 04:58:22 DEBUG : dir: reading active writers 2026/05/26 04:58:22 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:22 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:22 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yetomul7cowa/dir/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yetomul7cowa/dir/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/26 04:58:23 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/26 04:58:23 DEBUG : dir: Updating dir with dir2 0x2995ad2e0f70 2026/05/26 04:58:23 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:23 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/26 04:58:23 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir2/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir2/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir2/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir2/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir2/file1" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir2/file1 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:23 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:23 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/26 04:58:24 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/26 04:58:24 DEBUG : file2: Updating file with file2 0x2995ad38f5f0 2026/05/26 04:58:24 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:24 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/26 04:58:24 INFO : dir2/file3: Deleted 2026/05/26 04:58:24 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/26 04:58:24 DEBUG : dir2/file3: Updating file with dir2/file3 0x2995ad38f5f0 2026/05/26 04:58:24 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/26 04:58:24 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir2/file3" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir2/file3 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:24 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/26 04:58:24 DEBUG : empty directory: Updating dir with renamed empty directory 0x2995ad36c9c0 2026/05/26 04:58:24 DEBUG : empty directory: forgetting directory cache 2026/05/26 04:58:24 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/26 04:58:24 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/26 04:58:24 DEBUG : dir2: Renaming to "dir3" 2026/05/26 04:58:24 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:24 DEBUG : dir3: Looking for writers 2026/05/26 04:58:24 DEBUG : file3: reading active writers 2026/05/26 04:58:24 DEBUG : renamed empty directory: Looking for writers 2026/05/26 04:58:24 DEBUG : Looking for writers 2026/05/26 04:58:24 DEBUG : renamed empty directory: reading active writers 2026/05/26 04:58:24 DEBUG : dir3: reading active writers 2026/05/26 04:58:24 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.76s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:24 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:24 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/26 04:58:24 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:24 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:24 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/26 04:58:24 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/26 04:58:24 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/26 04:58:24 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/26 04:58:24 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:24 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:24 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/26 04:58:24 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/26 04:58:24 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/26 04:58:24 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (12 bytes), uploading instead of streaming 2026/05/26 04:58:24 DEBUG : dir/sub/file2: size = 12 OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/sub/file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/sub/file2 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/sub/file2" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-yetomul7cowa/dir/sub/file2 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:24 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/26 04:58:24 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/26 04:58:24 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/26 04:58:24 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/26 04:58:24 DEBUG : forgetting directory cache 2026/05/26 04:58:24 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:24 DEBUG : dir/sub: forgetting directory cache 2026/05/26 04:58:24 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/26 04:58:24 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/26 04:58:24 DEBUG : dir/sub/file0: size = 5 OK 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/sub/file0" 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/sub/file0 2026/05/26 04:58:24 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/sub/file0" 2026/05/26 04:58:25 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:25 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/dir/sub/file0 2026/05/26 04:58:25 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:25 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:25 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:25 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/26 04:58:25 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/26 04:58:25 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:25 DEBUG : dir/sub: Looking for writers 2026/05/26 04:58:25 DEBUG : file0: reading active writers 2026/05/26 04:58:25 DEBUG : file2: reading active writers 2026/05/26 04:58:25 DEBUG : dir: Looking for writers 2026/05/26 04:58:25 DEBUG : file1: reading active writers 2026/05/26 04:58:25 DEBUG : sub: reading active writers 2026/05/26 04:58:25 DEBUG : Looking for writers 2026/05/26 04:58:25 DEBUG : dir: reading active writers 2026/05/26 04:58:25 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.44s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:25 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:25 DEBUG : forgetting directory cache 2026/05/26 04:58:26 DEBUG : forgetting directory cache 2026/05/26 04:58:26 DEBUG : dir: forgetting directory cache 2026/05/26 04:58:26 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:26 DEBUG : dir: Looking for writers 2026/05/26 04:58:26 DEBUG : Looking for writers 2026/05/26 04:58:26 DEBUG : dir: reading active writers 2026/05/26 04:58:26 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:26 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/26 04:58:26 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:26 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/26 04:58:26 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/26 04:58:26 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/26 04:58:26 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:26 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:26 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/26 04:58:26 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:26 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/26 04:58:26 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/26 04:58:26 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/26 04:58:26 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:26 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:26 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:26 DEBUG : dir: Looking for writers 2026/05/26 04:58:26 DEBUG : file1: reading active writers 2026/05/26 04:58:26 DEBUG : file1.metadata: reading active writers 2026/05/26 04:58:26 DEBUG : Looking for writers 2026/05/26 04:58:26 DEBUG : dir: reading active writers 2026/05/26 04:58:26 DEBUG : dir.metadata: reading active writers 2026/05/26 04:58:26 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.22s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:26 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:26 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:26 DEBUG : dir: Looking for writers 2026/05/26 04:58:26 DEBUG : file1: reading active writers 2026/05/26 04:58:26 DEBUG : Looking for writers 2026/05/26 04:58:26 DEBUG : dir: reading active writers 2026/05/26 04:58:26 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:26 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:26 DEBUG : Can set mod time: true 2026/05/26 04:58:26 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:26 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:27 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:27 DEBUG : dir: Looking for writers 2026/05/26 04:58:27 DEBUG : file1: reading active writers 2026/05/26 04:58:27 DEBUG : Looking for writers 2026/05/26 04:58:27 DEBUG : dir: reading active writers 2026/05/26 04:58:27 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:27 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:27 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/26 04:58:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/26 04:58:27 DEBUG : dir/file1: size = 0 OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:27 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/26 04:58:27 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:27 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/26 04:58:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:27 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:27 DEBUG : dir: Looking for writers 2026/05/26 04:58:27 DEBUG : file1: reading active writers 2026/05/26 04:58:27 DEBUG : Looking for writers 2026/05/26 04:58:27 DEBUG : dir: reading active writers 2026/05/26 04:58:27 DEBUG : >WaitForWriters: 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/26 04:58:27 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:27 DEBUG : dir: Looking for writers 2026/05/26 04:58:27 DEBUG : file1: reading active writers 2026/05/26 04:58:27 DEBUG : Looking for writers 2026/05/26 04:58:27 DEBUG : dir: reading active writers 2026/05/26 04:58:27 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:27 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:27 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/26 04:58:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/26 04:58:27 DEBUG : dir/file1: size = 5 OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:27 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:27 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:27 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/26 04:58:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:27 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:27 DEBUG : dir: Looking for writers 2026/05/26 04:58:27 DEBUG : file1: reading active writers 2026/05/26 04:58:27 DEBUG : Looking for writers 2026/05/26 04:58:27 DEBUG : dir: reading active writers 2026/05/26 04:58:27 DEBUG : >WaitForWriters: 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:27 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/26 04:58:27 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:27 DEBUG : dir: Looking for writers 2026/05/26 04:58:27 DEBUG : file1: reading active writers 2026/05/26 04:58:27 DEBUG : Looking for writers 2026/05/26 04:58:27 DEBUG : dir: reading active writers 2026/05/26 04:58:27 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:27 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:27 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:27 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:28 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:28 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:28 DEBUG : dir: Looking for writers 2026/05/26 04:58:28 DEBUG : file1: reading active writers 2026/05/26 04:58:28 DEBUG : Looking for writers 2026/05/26 04:58:28 DEBUG : dir: reading active writers 2026/05/26 04:58:28 DEBUG : >WaitForWriters: 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:28 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:28 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/26 04:58:28 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:28 DEBUG : dir/file1(0x2995ad41a900): close: 2026/05/26 04:58:28 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/26 04:58:28 DEBUG : dir/file1(0x2995ad41a900): >close: err= 2026/05/26 04:58:28 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:28 DEBUG : dir: Looking for writers 2026/05/26 04:58:28 DEBUG : file1: reading active writers 2026/05/26 04:58:28 DEBUG : Looking for writers 2026/05/26 04:58:28 DEBUG : dir: reading active writers 2026/05/26 04:58:28 DEBUG : >WaitForWriters: 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:28 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:28 DEBUG : dir: Looking for writers 2026/05/26 04:58:28 DEBUG : file1: reading active writers 2026/05/26 04:58:28 DEBUG : Looking for writers 2026/05/26 04:58:28 DEBUG : dir: reading active writers 2026/05/26 04:58:28 DEBUG : >WaitForWriters: 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:28 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:28 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:28 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/26 04:58:28 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:28 DEBUG : dir/file1(0x2995acf65b00): _writeAt: size=5, off=0 2026/05/26 04:58:28 DEBUG : dir/file1(0x2995acf65b00): openPending: 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:28 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/26 04:58:29 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/26 04:58:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:29 DEBUG : dir/file1(0x2995acf65b00): >openPending: err= 2026/05/26 04:58:29 DEBUG : dir/file1(0x2995acf65b00): >_writeAt: n=5, err= 2026/05/26 04:58:29 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/26 04:58:29 DEBUG : dir/file1(0x2995acf65b00): close: 2026/05/26 04:58:29 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/26 04:58:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/26 04:58:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/26 04:58:29 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/26 04:58:29 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/26 04:58:29 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:29 DEBUG : dir/file1(0x2995acf65b00): >close: err= 2026/05/26 04:58:29 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:29 DEBUG : dir/file1: vfs cache: starting upload 2026/05/26 04:58:29 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1.2f98c60a.partial" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1.2f98c60a.partial 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1.2f98c60a.partial" 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yetomul7cowa/dir/file1.2f98c60a.partial 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/26 04:58:29 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/26 04:58:29 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/26 04:58:29 INFO : dir/file1: Copied (replaced existing) 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/26 04:58:29 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/26 04:58:29 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:29 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/26 04:58:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:29 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : >WaitForWriters: 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/26 04:58:29 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : >WaitForWriters: 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.02s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.39s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.48s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.47s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:29 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:29 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/26 04:58:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:29 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:29 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:29 DEBUG : dir: Looking for writers 2026/05/26 04:58:29 DEBUG : file1: reading active writers 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : dir: reading active writers 2026/05/26 04:58:29 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.33s) === RUN TestFileOpenReadUnknownSize 2026/05/26 04:58:29 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/26 04:58:29 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/26 04:58:29 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:29 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/26 04:58:29 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:29 DEBUG : Looking for writers 2026/05/26 04:58:29 DEBUG : file.txt: reading active writers 2026/05/26 04:58:29 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:29 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:29 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (25 bytes), uploading instead of streaming 2026/05/26 04:58:30 DEBUG : dir/file1: size = 25 OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:30 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/26 04:58:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:30 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:30 DEBUG : dir: Looking for writers 2026/05/26 04:58:30 DEBUG : file1: reading active writers 2026/05/26 04:58:30 DEBUG : Looking for writers 2026/05/26 04:58:30 DEBUG : dir: reading active writers 2026/05/26 04:58:30 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:30 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:30 DEBUG : dir/file1: Remove: 2026/05/26 04:58:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:30 DEBUG : dir/file1: >Remove: err= 2026/05/26 04:58:30 DEBUG : dir/file1: Remove: 2026/05/26 04:58:30 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/26 04:58:30 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:30 DEBUG : dir: Looking for writers 2026/05/26 04:58:30 DEBUG : Looking for writers 2026/05/26 04:58:30 DEBUG : dir: reading active writers 2026/05/26 04:58:30 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:30 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:30 DEBUG : dir/file1: Remove: 2026/05/26 04:58:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:30 DEBUG : dir/file1: >Remove: err= 2026/05/26 04:58:30 DEBUG : dir/file1: Remove: 2026/05/26 04:58:30 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/26 04:58:30 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:30 DEBUG : dir: Looking for writers 2026/05/26 04:58:30 DEBUG : Looking for writers 2026/05/26 04:58:30 DEBUG : dir: reading active writers 2026/05/26 04:58:30 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:30 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:30 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/26 04:58:30 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/26 04:58:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/26 04:58:30 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/26 04:58:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/26 04:58:30 DEBUG : dir/file1: Open: flags=0x3 2026/05/26 04:58:30 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/26 04:58:30 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/26 04:58:30 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:30 DEBUG : dir: Looking for writers 2026/05/26 04:58:30 DEBUG : file1: reading active writers 2026/05/26 04:58:30 DEBUG : Looking for writers 2026/05/26 04:58:30 DEBUG : dir: reading active writers 2026/05/26 04:58:30 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:30 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:30 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:31 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:31 DEBUG : dir: Looking for writers 2026/05/26 04:58:31 DEBUG : file1: reading active writers 2026/05/26 04:58:31 DEBUG : Looking for writers 2026/05/26 04:58:31 DEBUG : dir: reading active writers 2026/05/26 04:58:31 DEBUG : >WaitForWriters: 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:31 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad636dd0 2026/05/26 04:58:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:31 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/26 04:58:31 DEBUG : dir/file1: Updating file with dir/file1 0x2995ad636dd0 2026/05/26 04:58:31 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/26 04:58:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:31 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/26 04:58:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:31 DEBUG : dir/file1: File is currently open, delaying rename 0x2995ad636dd0 2026/05/26 04:58:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (25 bytes), uploading instead of streaming 2026/05/26 04:58:31 DEBUG : dir/file1: size = 25 OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:31 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/26 04:58:31 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:31 DEBUG : newLeaf: Running delayed rename now 2026/05/26 04:58:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:31 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad636dd0 2026/05/26 04:58:31 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:31 DEBUG : dir: Looking for writers 2026/05/26 04:58:31 DEBUG : Looking for writers 2026/05/26 04:58:31 DEBUG : dir: reading active writers 2026/05/26 04:58:31 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:31 DEBUG : >WaitForWriters: 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:31 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/26 04:58:31 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:31 DEBUG : dir: Looking for writers 2026/05/26 04:58:31 DEBUG : Looking for writers 2026/05/26 04:58:31 DEBUG : dir: reading active writers 2026/05/26 04:58:31 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:31 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:31 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:31 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:31 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:32 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:32 DEBUG : dir: Looking for writers 2026/05/26 04:58:32 DEBUG : file1: reading active writers 2026/05/26 04:58:32 DEBUG : Looking for writers 2026/05/26 04:58:32 DEBUG : dir: reading active writers 2026/05/26 04:58:32 DEBUG : >WaitForWriters: 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:32 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad6fb5f0 2026/05/26 04:58:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:32 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/26 04:58:32 DEBUG : dir/file1: Updating file with dir/file1 0x2995ad6fb5f0 2026/05/26 04:58:32 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/26 04:58:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:32 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/26 04:58:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:32 DEBUG : dir/file1: File is currently open, delaying rename 0x2995ad6fb5f0 2026/05/26 04:58:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (25 bytes), uploading instead of streaming 2026/05/26 04:58:32 DEBUG : dir/file1: size = 25 OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:32 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/26 04:58:32 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:32 DEBUG : newLeaf: Running delayed rename now 2026/05/26 04:58:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:32 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad6fb5f0 2026/05/26 04:58:32 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:32 DEBUG : dir: Looking for writers 2026/05/26 04:58:32 DEBUG : Looking for writers 2026/05/26 04:58:32 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:32 DEBUG : dir: reading active writers 2026/05/26 04:58:32 DEBUG : >WaitForWriters: 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:32 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:32 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/26 04:58:33 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:33 DEBUG : dir: Looking for writers 2026/05/26 04:58:33 DEBUG : Looking for writers 2026/05/26 04:58:33 DEBUG : dir: reading active writers 2026/05/26 04:58:33 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:33 DEBUG : >WaitForWriters: 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:33 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:33 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:33 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ada81200): openPending: 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/26 04:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ada81200): >openPending: err= 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/26 04:58:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ada81200): _writeAt: size=14, off=0 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ada81200): >_writeAt: n=14, err= 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ada81200): close: 2026/05/26 04:58:33 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/26 04:58:33 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ada81200): >close: err= 2026/05/26 04:58:33 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:33 DEBUG : dir: Looking for writers 2026/05/26 04:58:33 DEBUG : file1: reading active writers 2026/05/26 04:58:33 DEBUG : Looking for writers 2026/05/26 04:58:33 DEBUG : dir: reading active writers 2026/05/26 04:58:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:33 DEBUG : dir: Looking for writers 2026/05/26 04:58:33 DEBUG : file1: reading active writers 2026/05/26 04:58:33 DEBUG : Looking for writers 2026/05/26 04:58:33 DEBUG : dir: reading active writers 2026/05/26 04:58:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:33 DEBUG : dir: Looking for writers 2026/05/26 04:58:33 DEBUG : file1: reading active writers 2026/05/26 04:58:33 DEBUG : Looking for writers 2026/05/26 04:58:33 DEBUG : dir: reading active writers 2026/05/26 04:58:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:33 DEBUG : dir: Looking for writers 2026/05/26 04:58:33 DEBUG : file1: reading active writers 2026/05/26 04:58:33 DEBUG : Looking for writers 2026/05/26 04:58:33 DEBUG : dir: reading active writers 2026/05/26 04:58:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: starting upload 2026/05/26 04:58:33 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1.ca338588.partial" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1.ca338588.partial 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1.ca338588.partial" 2026/05/26 04:58:33 DEBUG : dir: Looking for writers 2026/05/26 04:58:33 DEBUG : file1: reading active writers 2026/05/26 04:58:33 DEBUG : Looking for writers 2026/05/26 04:58:33 DEBUG : dir: reading active writers 2026/05/26 04:58:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1.ca338588.partial 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:33 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/26 04:58:33 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/26 04:58:33 INFO : dir/file1: Copied (replaced existing) 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:33 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/26 04:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:33 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:33 DEBUG : dir: Looking for writers 2026/05/26 04:58:33 DEBUG : file1: reading active writers 2026/05/26 04:58:33 DEBUG : Looking for writers 2026/05/26 04:58:33 DEBUG : dir: reading active writers 2026/05/26 04:58:33 DEBUG : >WaitForWriters: 2026/05/26 04:58:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ad5e5540): _readAt: size=512, off=0 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ad5e5540): openPending: 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/26 04:58:33 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/26 04:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ad5e5540): >openPending: err= 2026/05/26 04:58:33 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ad5e5540): >_readAt: n=14, err=EOF 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ad5e5540): close: 2026/05/26 04:58:33 DEBUG : dir/file1(0x2995ad5e5540): >close: err= 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:33 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:33 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:34 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/26 04:58:34 DEBUG : newLeaf: Updating file with newLeaf 0x2995adacfd40 2026/05/26 04:58:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:34 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:34 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/26 04:58:34 DEBUG : dir/file1: Updating file with dir/file1 0x2995adacfd40 2026/05/26 04:58:34 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/26 04:58:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:34 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:34 DEBUG : dir/file1(0x2995ad9babc0): openPending: 2026/05/26 04:58:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/26 04:58:34 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/26 04:58:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:34 DEBUG : dir/file1(0x2995ad9babc0): >openPending: err= 2026/05/26 04:58:34 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/26 04:58:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:34 DEBUG : dir/file1(0x2995ad9babc0): _writeAt: size=25, off=0 2026/05/26 04:58:34 DEBUG : dir/file1(0x2995ad9babc0): >_writeAt: n=25, err= 2026/05/26 04:58:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:34 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/26 04:58:34 DEBUG : newLeaf: Updating file with newLeaf 0x2995adacfd40 2026/05/26 04:58:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:34 DEBUG : newLeaf(0x2995ad9babc0): close: 2026/05/26 04:58:34 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/26 04:58:34 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-26 04:58:34.506366042 +0000 UTC m=+17.407185275 2026/05/26 04:58:34 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:34 DEBUG : newLeaf(0x2995ad9babc0): >close: err= 2026/05/26 04:58:34 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:34 DEBUG : dir: Looking for writers 2026/05/26 04:58:34 DEBUG : Looking for writers 2026/05/26 04:58:34 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:34 DEBUG : dir: reading active writers 2026/05/26 04:58:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:34 DEBUG : dir: Looking for writers 2026/05/26 04:58:34 DEBUG : Looking for writers 2026/05/26 04:58:34 DEBUG : dir: reading active writers 2026/05/26 04:58:34 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:34 DEBUG : dir: Looking for writers 2026/05/26 04:58:34 DEBUG : Looking for writers 2026/05/26 04:58:34 DEBUG : dir: reading active writers 2026/05/26 04:58:34 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:34 DEBUG : dir: Looking for writers 2026/05/26 04:58:34 DEBUG : Looking for writers 2026/05/26 04:58:34 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:34 DEBUG : dir: reading active writers 2026/05/26 04:58:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:34 DEBUG : newLeaf: vfs cache: starting upload 2026/05/26 04:58:34 DEBUG : newLeaf.86e71363.partial: size = 25 OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf.86e71363.partial" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf.86e71363.partial 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf.86e71363.partial" 2026/05/26 04:58:34 DEBUG : dir: Looking for writers 2026/05/26 04:58:34 DEBUG : Looking for writers 2026/05/26 04:58:34 DEBUG : dir: reading active writers 2026/05/26 04:58:34 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf.86e71363.partial 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : newLeaf.86e71363.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:34 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/26 04:58:34 DEBUG : newLeaf.86e71363.partial: renamed to: newLeaf 2026/05/26 04:58:34 INFO : newLeaf: Copied (replaced existing) 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:34 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:34 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-26 04:58:34 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/26 04:58:34 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/26 04:58:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:34 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/26 04:58:34 DEBUG : dir: Looking for writers 2026/05/26 04:58:34 DEBUG : Looking for writers 2026/05/26 04:58:34 DEBUG : dir: reading active writers 2026/05/26 04:58:34 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:34 DEBUG : >WaitForWriters: 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:34 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/26 04:58:35 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:35 DEBUG : dir: Looking for writers 2026/05/26 04:58:35 DEBUG : Looking for writers 2026/05/26 04:58:35 DEBUG : dir: reading active writers 2026/05/26 04:58:35 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:35 DEBUG : >WaitForWriters: 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:35 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:35 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:35 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:35 DEBUG : dir: Looking for writers 2026/05/26 04:58:35 DEBUG : file1: reading active writers 2026/05/26 04:58:35 DEBUG : Looking for writers 2026/05/26 04:58:35 DEBUG : dir: reading active writers 2026/05/26 04:58:35 DEBUG : >WaitForWriters: 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:35 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad478410 2026/05/26 04:58:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/26 04:58:35 DEBUG : dir/file1: Updating file with dir/file1 0x2995ad478410 2026/05/26 04:58:35 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/26 04:58:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:35 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:35 DEBUG : dir/file1(0x2995ad9bb200): openPending: 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/26 04:58:35 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/26 04:58:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:35 DEBUG : dir/file1(0x2995ad9bb200): >openPending: err= 2026/05/26 04:58:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/26 04:58:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:35 DEBUG : dir/file1(0x2995ad9bb200): _writeAt: size=25, off=0 2026/05/26 04:58:35 DEBUG : dir/file1(0x2995ad9bb200): >_writeAt: n=25, err= 2026/05/26 04:58:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:35 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:36 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/26 04:58:36 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad478410 2026/05/26 04:58:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:36 DEBUG : newLeaf(0x2995ad9bb200): close: 2026/05/26 04:58:36 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/26 04:58:36 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-26 04:58:35.988248734 +0000 UTC m=+18.889067957 2026/05/26 04:58:36 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:36 DEBUG : newLeaf(0x2995ad9bb200): >close: err= 2026/05/26 04:58:36 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:36 DEBUG : newLeaf: vfs cache: starting upload 2026/05/26 04:58:36 DEBUG : newLeaf.83aa8614.partial: size = 25 OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf.83aa8614.partial" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf.83aa8614.partial 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf.83aa8614.partial" 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf.83aa8614.partial 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : newLeaf.83aa8614.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:36 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/26 04:58:36 DEBUG : newLeaf.83aa8614.partial: renamed to: newLeaf 2026/05/26 04:58:36 INFO : newLeaf: Copied (replaced existing) 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:36 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-26 04:58:35 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/26 04:58:36 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/26 04:58:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:36 DEBUG : >WaitForWriters: 2026/05/26 04:58:36 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/26 04:58:36 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:36 DEBUG : >WaitForWriters: 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:36 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:36 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:36 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:36 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:36 DEBUG : dir/file1(0x2995ad12c300): openPending: 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:36 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/26 04:58:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/26 04:58:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:36 DEBUG : dir/file1(0x2995ad12c300): >openPending: err= 2026/05/26 04:58:36 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/26 04:58:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:36 DEBUG : dir/file1(0x2995ad12c300): _writeAt: size=14, off=0 2026/05/26 04:58:36 DEBUG : dir/file1(0x2995ad12c300): >_writeAt: n=14, err= 2026/05/26 04:58:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/26 04:58:36 DEBUG : dir/file1(0x2995ad12c300): close: 2026/05/26 04:58:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/26 04:58:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/26 04:58:36 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:36 DEBUG : dir/file1(0x2995ad12c300): >close: err= 2026/05/26 04:58:36 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : file1: reading active writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : file1: reading active writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : file1: reading active writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:36 DEBUG : dir: Looking for writers 2026/05/26 04:58:36 DEBUG : file1: reading active writers 2026/05/26 04:58:36 DEBUG : Looking for writers 2026/05/26 04:58:36 DEBUG : dir: reading active writers 2026/05/26 04:58:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:37 DEBUG : dir/file1: vfs cache: starting upload 2026/05/26 04:58:37 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1.ca338588.partial" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1.ca338588.partial 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1.ca338588.partial" 2026/05/26 04:58:37 DEBUG : dir: Looking for writers 2026/05/26 04:58:37 DEBUG : file1: reading active writers 2026/05/26 04:58:37 DEBUG : Looking for writers 2026/05/26 04:58:37 DEBUG : dir: reading active writers 2026/05/26 04:58:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1.ca338588.partial 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:37 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/26 04:58:37 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/26 04:58:37 INFO : dir/file1: Copied (replaced existing) 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : dir: Looking for writers 2026/05/26 04:58:37 DEBUG : file1: reading active writers 2026/05/26 04:58:37 DEBUG : Looking for writers 2026/05/26 04:58:37 DEBUG : dir: reading active writers 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:37 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:37 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/26 04:58:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:37 DEBUG : >WaitForWriters: 2026/05/26 04:58:37 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:37 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:37 DEBUG : dir/file1(0x2995acd5b680): _readAt: size=512, off=0 2026/05/26 04:58:37 DEBUG : dir/file1(0x2995acd5b680): openPending: 2026/05/26 04:58: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/05/26 04:58:37 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/26 04:58:37 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:37 DEBUG : dir/file1(0x2995acd5b680): >openPending: err= 2026/05/26 04:58:37 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/26 04:58:37 DEBUG : dir/file1(0x2995acd5b680): >_readAt: n=14, err=EOF 2026/05/26 04:58:37 DEBUG : dir/file1(0x2995acd5b680): close: 2026/05/26 04:58:37 DEBUG : dir/file1(0x2995acd5b680): >close: err= 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:37 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:37 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/26 04:58:37 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad4bc4e0 2026/05/26 04:58:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:37 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:37 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/26 04:58:37 DEBUG : dir/file1: Updating file with dir/file1 0x2995ad4bc4e0 2026/05/26 04:58:37 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/26 04:58:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:37 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:38 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:38 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ad2554c0): openPending: 2026/05/26 04:58:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/26 04:58:38 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/26 04:58:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ad2554c0): >openPending: err= 2026/05/26 04:58:38 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/26 04:58:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ad2554c0): _writeAt: size=25, off=0 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ad2554c0): >_writeAt: n=25, err= 2026/05/26 04:58:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:38 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/26 04:58:38 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad4bc4e0 2026/05/26 04:58:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:38 DEBUG : newLeaf(0x2995ad2554c0): close: 2026/05/26 04:58:38 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/26 04:58:38 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-26 04:58:38.048715112 +0000 UTC m=+20.949534345 2026/05/26 04:58:38 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:38 DEBUG : newLeaf(0x2995ad2554c0): >close: err= 2026/05/26 04:58:38 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:38 DEBUG : newLeaf: vfs cache: starting upload 2026/05/26 04:58:38 DEBUG : newLeaf.b38e7457.partial: size = 25 OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf.b38e7457.partial" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf.b38e7457.partial 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf.b38e7457.partial" 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf.b38e7457.partial 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : newLeaf.b38e7457.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:38 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/26 04:58:38 DEBUG : newLeaf.b38e7457.partial: renamed to: newLeaf 2026/05/26 04:58:38 INFO : newLeaf: Copied (replaced existing) 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:38 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-26 04:58:38 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/26 04:58:38 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/26 04:58:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:38 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:38 DEBUG : >WaitForWriters: 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/26 04:58:38 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : >WaitForWriters: 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:38 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:38 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:38 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:38 DEBUG : dir: Looking for writers 2026/05/26 04:58:38 DEBUG : file1: reading active writers 2026/05/26 04:58:38 DEBUG : Looking for writers 2026/05/26 04:58:38 DEBUG : dir: reading active writers 2026/05/26 04:58:38 DEBUG : >WaitForWriters: 2026/05/26 04:58:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:38 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ada81240): _readAt: size=512, off=0 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ada81240): openPending: 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/26 04:58:38 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/26 04:58:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ada81240): >openPending: err= 2026/05/26 04:58:38 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/26 04:58:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ada81240): >_readAt: n=14, err=EOF 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ada81240): close: 2026/05/26 04:58:38 DEBUG : dir/file1(0x2995ada81240): >close: err= 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:38 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:39 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:39 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/26 04:58:39 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad595520 2026/05/26 04:58:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:39 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:39 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/26 04:58:39 DEBUG : dir/file1: Updating file with dir/file1 0x2995ad595520 2026/05/26 04:58:39 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/26 04:58:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:39 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:39 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:39 DEBUG : dir/file1(0x2995ad4f0bc0): openPending: 2026/05/26 04:58:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/26 04:58:39 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/26 04:58:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:39 DEBUG : dir/file1(0x2995ad4f0bc0): >openPending: err= 2026/05/26 04:58:39 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/26 04:58:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:39 DEBUG : dir/file1(0x2995ad4f0bc0): _writeAt: size=25, off=0 2026/05/26 04:58:39 DEBUG : dir/file1(0x2995ad4f0bc0): >_writeAt: n=25, err= 2026/05/26 04:58:39 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:39 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/26 04:58:39 DEBUG : newLeaf: Updating file with newLeaf 0x2995ad595520 2026/05/26 04:58:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:39 DEBUG : newLeaf(0x2995ad4f0bc0): close: 2026/05/26 04:58:39 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/26 04:58:39 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-26 04:58:39.760507811 +0000 UTC m=+22.661327044 2026/05/26 04:58:39 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:39 DEBUG : newLeaf(0x2995ad4f0bc0): >close: err= 2026/05/26 04:58:39 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:39 DEBUG : dir: Looking for writers 2026/05/26 04:58:39 DEBUG : Looking for writers 2026/05/26 04:58:39 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:39 DEBUG : dir: reading active writers 2026/05/26 04:58:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:39 DEBUG : dir: Looking for writers 2026/05/26 04:58:39 DEBUG : Looking for writers 2026/05/26 04:58:39 DEBUG : dir: reading active writers 2026/05/26 04:58:39 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:39 DEBUG : dir: Looking for writers 2026/05/26 04:58:39 DEBUG : Looking for writers 2026/05/26 04:58:39 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:39 DEBUG : dir: reading active writers 2026/05/26 04:58:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:39 DEBUG : dir: Looking for writers 2026/05/26 04:58:39 DEBUG : Looking for writers 2026/05/26 04:58:39 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:39 DEBUG : dir: reading active writers 2026/05/26 04:58:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:39 DEBUG : newLeaf: vfs cache: starting upload 2026/05/26 04:58:39 DEBUG : newLeaf.44ec0e50.partial: size = 25 OK 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf.44ec0e50.partial" 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf.44ec0e50.partial 2026/05/26 04:58:39 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf.44ec0e50.partial" 2026/05/26 04:58:40 DEBUG : dir: Looking for writers 2026/05/26 04:58:40 DEBUG : Looking for writers 2026/05/26 04:58:40 DEBUG : dir: reading active writers 2026/05/26 04:58:40 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf.44ec0e50.partial 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : newLeaf.44ec0e50.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:40 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/26 04:58:40 DEBUG : newLeaf.44ec0e50.partial: renamed to: newLeaf 2026/05/26 04:58:40 INFO : newLeaf: Copied (replaced existing) 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:40 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-26 04:58:39 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/26 04:58:40 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/26 04:58:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/26 04:58:40 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/26 04:58:40 DEBUG : dir: Looking for writers 2026/05/26 04:58:40 DEBUG : Looking for writers 2026/05/26 04:58:40 DEBUG : dir: reading active writers 2026/05/26 04:58:40 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:40 DEBUG : >WaitForWriters: 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/newLeaf" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yetomul7cowa/newLeaf 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/26 04:58:40 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:40 DEBUG : dir: Looking for writers 2026/05/26 04:58:40 DEBUG : Looking for writers 2026/05/26 04:58:40 DEBUG : dir: reading active writers 2026/05/26 04:58:40 DEBUG : newLeaf: reading active writers 2026/05/26 04:58:40 DEBUG : >WaitForWriters: 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestFileRename (9.47s) --- PASS: TestFileRename/off,forceCache=false (1.05s) --- PASS: TestFileRename/minimal,forceCache=false (1.13s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.53s) --- PASS: TestFileRename/writes,forceCache=true (2.01s) --- 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:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:40 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:40 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:40 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:40 DEBUG : Looking for writers 2026/05/26 04:58:40 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:40 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:40 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/26 04:58:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:40 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:40 DEBUG : dir: Looking for writers 2026/05/26 04:58:40 DEBUG : file1: reading active writers 2026/05/26 04:58:40 DEBUG : Looking for writers 2026/05/26 04:58:40 DEBUG : dir: reading active writers 2026/05/26 04:58:40 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.30s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:40 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:40 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/26 04:58:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/26 04:58:40 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/26 04:58:40 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/26 04:58:40 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/26 04:58:40 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/26 04:58:40 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:40 DEBUG : dir: Looking for writers 2026/05/26 04:58:40 DEBUG : file1: reading active writers 2026/05/26 04:58:40 DEBUG : Looking for writers 2026/05/26 04:58:40 DEBUG : dir: reading active writers 2026/05/26 04:58:40 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:40 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:40 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:41 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:41 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/26 04:58:41 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/26 04:58:41 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/26 04:58:41 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/26 04:58:41 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/26 04:58:41 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/26 04:58:41 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/26 04:58:41 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/26 04:58:41 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/26 04:58:41 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/26 04:58:41 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/26 04:58:41 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/26 04:58:41 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/26 04:58:41 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/26 04:58:41 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/26 04:58:41 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:41 DEBUG : dir: Looking for writers 2026/05/26 04:58:41 DEBUG : file1: reading active writers 2026/05/26 04:58:41 DEBUG : Looking for writers 2026/05/26 04:58:41 DEBUG : dir: reading active writers 2026/05/26 04:58:41 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:41 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:41 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:41 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/26 04:58:41 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:41 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:41 DEBUG : dir: Looking for writers 2026/05/26 04:58:41 DEBUG : file1: reading active writers 2026/05/26 04:58:41 DEBUG : Looking for writers 2026/05/26 04:58:41 DEBUG : dir: reading active writers 2026/05/26 04:58:41 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:41 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:41 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:41 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/26 04:58:41 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:41 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:41 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/26 04:58:41 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:41 DEBUG : dir: Looking for writers 2026/05/26 04:58:41 DEBUG : file1: reading active writers 2026/05/26 04:58:41 DEBUG : Looking for writers 2026/05/26 04:58:41 DEBUG : dir: reading active writers 2026/05/26 04:58:41 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:41 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:41 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:41 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:42 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): _readAt: size=1, off=0 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): openPending: 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/26 04:58:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/26 04:58:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): >openPending: err= 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): _readAt: size=256, off=1 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): >_readAt: n=15, err=EOF 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): _readAt: size=16, off=16 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): >_readAt: n=0, err=EOF 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): close: 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): >close: err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): close: 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dc340): >close: err=file already closed 2026/05/26 04:58:42 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:42 DEBUG : dir: Looking for writers 2026/05/26 04:58:42 DEBUG : file1: reading active writers 2026/05/26 04:58:42 DEBUG : Looking for writers 2026/05/26 04:58:42 DEBUG : dir: reading active writers 2026/05/26 04:58:42 DEBUG : >WaitForWriters: 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:42 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:42 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): _readAt: size=1, off=0 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): openPending: 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/26 04:58:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/26 04:58:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): >openPending: err= 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): _readAt: size=1, off=5 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): _readAt: size=1, off=3 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): _readAt: size=1, off=13 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): _readAt: size=16, off=100 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): >_readAt: n=0, err=EOF 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): close: 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dca80): >close: err= 2026/05/26 04:58:42 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:42 DEBUG : dir: Looking for writers 2026/05/26 04:58:42 DEBUG : file1: reading active writers 2026/05/26 04:58:42 DEBUG : Looking for writers 2026/05/26 04:58:42 DEBUG : dir: reading active writers 2026/05/26 04:58:42 DEBUG : >WaitForWriters: 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:42 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:42 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): _readAt: size=1, off=0 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): openPending: 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/26 04:58:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/26 04:58:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >openPending: err= 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): _readAt: size=1, off=5 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): _readAt: size=1, off=1 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >_readAt: n=1, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): _readAt: size=6, off=10 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >_readAt: n=6, err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): _readAt: size=256, off=10 2026/05/26 04:58:42 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >_readAt: n=6, err=EOF 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): _readAt: size=256, off=100 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >_readAt: n=0, err=EOF 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): close: 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >close: err= 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): _readAt: size=256, off=100 2026/05/26 04:58:42 DEBUG : dir/file1(0x2995ad7dd200): >_readAt: n=0, err=file already closed 2026/05/26 04:58:42 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:42 DEBUG : dir: Looking for writers 2026/05/26 04:58:42 DEBUG : file1: reading active writers 2026/05/26 04:58:42 DEBUG : Looking for writers 2026/05/26 04:58:42 DEBUG : dir: reading active writers 2026/05/26 04:58:42 DEBUG : >WaitForWriters: 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.33s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:42 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:42 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:42 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:43 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:43 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): RWFileHandle.Flush 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): _readAt: size=256, off=0 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): openPending: 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:43 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/26 04:58:43 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/26 04:58:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): >openPending: err= 2026/05/26 04:58:43 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/26 04:58:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): >_readAt: n=16, err=EOF 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): RWFileHandle.Flush 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): RWFileHandle.Flush 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): close: 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093340): >close: err= 2026/05/26 04:58:43 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:43 DEBUG : dir: Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : dir: reading active writers 2026/05/26 04:58:43 DEBUG : >WaitForWriters: 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.34s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:43 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:43 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/26 04:58:43 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): _readAt: size=256, off=0 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): openPending: 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:43 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/26 04:58:43 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/26 04:58:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): >openPending: err= 2026/05/26 04:58:43 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/26 04:58:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): >_readAt: n=16, err=EOF 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): RWFileHandle.Release 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): close: 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): >close: err= 2026/05/26 04:58:43 DEBUG : dir/file1(0x2995ad093c80): RWFileHandle.Release 2026/05/26 04:58:43 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:43 DEBUG : dir: Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : dir: reading active writers 2026/05/26 04:58:43 DEBUG : >WaitForWriters: 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.33s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:43 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:43 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:43 DEBUG : file1: newRWFileHandle: 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): openPending: 2026/05/26 04:58:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): >openPending: err= 2026/05/26 04:58:43 DEBUG : file1: >newRWFileHandle: err= 2026/05/26 04:58:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/26 04:58:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): _writeAt: size=5, off=0 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): >_writeAt: n=5, err= 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): _writeAt: size=7, off=5 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): >_writeAt: n=7, err= 2026/05/26 04:58:43 DEBUG : file1: vfs cache: truncate to size=11 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): close: 2026/05/26 04:58:43 DEBUG : file1: vfs cache: setting modification time to 2026-05-26 04:58:43.601537856 +0000 UTC m=+26.502357079 2026/05/26 04:58:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): >close: err= 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): close: 2026/05/26 04:58:43 DEBUG : file1(0x2995ad12cdc0): >close: err=file already closed 2026/05/26 04:58:43 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:43 DEBUG : file1: vfs cache: starting upload 2026/05/26 04:58:43 DEBUG : file1.2d37acc7.partial: size = 11 OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1.2d37acc7.partial" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1.2d37acc7.partial 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1.2d37acc7.partial" 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1.2d37acc7.partial 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : file1.2d37acc7.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:43 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/26 04:58:43 DEBUG : file1.2d37acc7.partial: renamed to: file1 2026/05/26 04:58:43 INFO : file1: Copied (new) 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:43 DEBUG : Looking for writers 2026/05/26 04:58:43 DEBUG : file1: reading active writers 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:43 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:43 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-26 04:58:43 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/26 04:58:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:43 DEBUG : >WaitForWriters: 2026/05/26 04:58:43 INFO : file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:43 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/26 04:58:44 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : >WaitForWriters: 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.54s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:44 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:44 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:44 DEBUG : file1: newRWFileHandle: 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): openPending: 2026/05/26 04:58:44 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): >openPending: err= 2026/05/26 04:58:44 DEBUG : file1: >newRWFileHandle: err= 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:44 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/26 04:58:44 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): _writeAt: size=7, off=0 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): >_writeAt: n=7, err= 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): _writeAt: size=6, off=5 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): >_writeAt: n=6, err= 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): close: 2026/05/26 04:58:44 DEBUG : file1: vfs cache: setting modification time to 2026-05-26 04:58:44.144827441 +0000 UTC m=+27.045646694 2026/05/26 04:58:44 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): >close: err= 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): _writeAt: size=5, off=0 2026/05/26 04:58:44 DEBUG : file1(0x2995ad41b980): >_writeAt: n=0, err=file already closed 2026/05/26 04:58:44 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:44 DEBUG : file1: vfs cache: starting upload 2026/05/26 04:58:44 DEBUG : file1.697de3f8.partial: size = 11 OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1.697de3f8.partial" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1.697de3f8.partial 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1.697de3f8.partial" 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1.697de3f8.partial 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1.697de3f8.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:44 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/26 04:58:44 DEBUG : file1.697de3f8.partial: renamed to: file1 2026/05/26 04:58:44 INFO : file1: Copied (new) 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:44 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-26 04:58:44 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/26 04:58:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:44 DEBUG : >WaitForWriters: 2026/05/26 04:58:44 INFO : file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/26 04:58:44 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : >WaitForWriters: 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.55s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:44 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:44 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:44 DEBUG : file1: newRWFileHandle: 2026/05/26 04:58:44 DEBUG : file1(0x2995acd5a980): openPending: 2026/05/26 04:58:44 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:44 DEBUG : file1(0x2995acd5a980): >openPending: err= 2026/05/26 04:58:44 DEBUG : file1: >newRWFileHandle: err= 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:44 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/26 04:58:44 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/26 04:58:44 DEBUG : file1(0x2995acd5a980): close: 2026/05/26 04:58:44 DEBUG : file1: vfs cache: setting modification time to 2026-05-26 04:58:44.687662033 +0000 UTC m=+27.588481266 2026/05/26 04:58:44 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:44 DEBUG : file1(0x2995acd5a980): >close: err= 2026/05/26 04:58:44 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/26 04:58:44 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/26 04:58:44 DEBUG : file2: newRWFileHandle: 2026/05/26 04:58:44 DEBUG : file2(0x2995acd5aec0): openPending: 2026/05/26 04:58:44 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/26 04:58:44 DEBUG : file2(0x2995acd5aec0): >openPending: err= 2026/05/26 04:58:44 DEBUG : file2: >newRWFileHandle: err= 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/26 04:58:44 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/26 04:58:44 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/26 04:58:44 DEBUG : file2(0x2995acd5aec0): RWFileHandle.Flush 2026/05/26 04:58:44 DEBUG : file2(0x2995acd5aec0): RWFileHandle.Release 2026/05/26 04:58:44 DEBUG : file2(0x2995acd5aec0): close: 2026/05/26 04:58:44 DEBUG : file2: vfs cache: setting modification time to 2026-05-26 04:58:44.689515672 +0000 UTC m=+27.590334894 2026/05/26 04:58:44 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:44 DEBUG : file2(0x2995acd5aec0): >close: err= 2026/05/26 04:58:44 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : file2: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : file2: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : file2: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : file2: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/26 04:58:44 DEBUG : file2: vfs cache: starting upload 2026/05/26 04:58:44 DEBUG : file1: vfs cache: starting upload 2026/05/26 04:58:44 DEBUG : file2.a27a031f.partial: size = 0 OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file2.a27a031f.partial" 2026/05/26 04:58:44 DEBUG : file1.6e0c5ab0.partial: size = 0 OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1.6e0c5ab0.partial" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1.6e0c5ab0.partial 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1.6e0c5ab0.partial" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file2.a27a031f.partial 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file2.a27a031f.partial" 2026/05/26 04:58:44 DEBUG : Looking for writers 2026/05/26 04:58:44 DEBUG : file1: reading active writers 2026/05/26 04:58:44 DEBUG : file2: reading active writers 2026/05/26 04:58:44 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file1.6e0c5ab0.partial 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1.6e0c5ab0.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:44 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/26 04:58:44 DEBUG : file1.6e0c5ab0.partial: renamed to: file1 2026/05/26 04:58:44 INFO : file1: Copied (new) 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file2.a27a031f.partial 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file2.a27a031f.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:44 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/26 04:58:44 DEBUG : file2.a27a031f.partial: renamed to: file2 2026/05/26 04:58:44 INFO : file2: Copied (new) 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:44 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-26 04:58:44 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/26 04:58:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:44 INFO : file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:44 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:44 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:44 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-26 04:58:44 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/26 04:58:44 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/26 04:58:44 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/26 04:58:44 INFO : file2: vfs cache: upload succeeded try #1 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : file2: reading active writers 2026/05/26 04:58:45 DEBUG : >WaitForWriters: 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:45 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:45 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:45 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file2" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yetomul7cowa/file2 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:45 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/26 04:58:45 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file2: reading active writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : >WaitForWriters: 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.73s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:45 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:45 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:45 DEBUG : file1: newRWFileHandle: 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): openPending: 2026/05/26 04:58:45 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): >openPending: err= 2026/05/26 04:58:45 DEBUG : file1: >newRWFileHandle: err= 2026/05/26 04:58:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:45 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/26 04:58:45 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): _writeAt: size=5, off=0 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): >_writeAt: n=5, err= 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): RWFileHandle.Flush 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): RWFileHandle.Flush 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): close: 2026/05/26 04:58:45 DEBUG : file1: vfs cache: setting modification time to 2026-05-26 04:58:45.421574541 +0000 UTC m=+28.322393774 2026/05/26 04:58:45 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:45 DEBUG : file1(0x2995ad6681c0): >close: err= 2026/05/26 04:58:45 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:45 DEBUG : file1: vfs cache: starting upload 2026/05/26 04:58:45 DEBUG : file1.9752b40e.partial: size = 5 OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1.9752b40e.partial" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1.9752b40e.partial 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1.9752b40e.partial" 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1.9752b40e.partial 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:45 DEBUG : file1.9752b40e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:45 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:45 DEBUG : file1.9752b40e.partial: renamed to: file1 2026/05/26 04:58:45 INFO : file1: Copied (new) 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:45 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:45 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-26 04:58:45 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/26 04:58:45 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:45 INFO : file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:45 DEBUG : >WaitForWriters: 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:45 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:45 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:45 DEBUG : file1: newRWFileHandle: 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): openPending: 2026/05/26 04:58:45 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): >openPending: err= 2026/05/26 04:58:45 DEBUG : file1: >newRWFileHandle: err= 2026/05/26 04:58:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:45 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/26 04:58:45 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): _writeAt: size=5, off=0 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): >_writeAt: n=5, err= 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): RWFileHandle.Release 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): close: 2026/05/26 04:58:45 DEBUG : file1: vfs cache: setting modification time to 2026-05-26 04:58:45.742135327 +0000 UTC m=+28.642954560 2026/05/26 04:58:45 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): >close: err= 2026/05/26 04:58:45 DEBUG : file1(0x2995ad669580): RWFileHandle.Release 2026/05/26 04:58:45 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:45 DEBUG : file1: vfs cache: starting upload 2026/05/26 04:58:45 DEBUG : file1.0dcdad4a.partial: size = 5 OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1.0dcdad4a.partial" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1.0dcdad4a.partial 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1.0dcdad4a.partial" 2026/05/26 04:58:45 DEBUG : Looking for writers 2026/05/26 04:58:45 DEBUG : file1: reading active writers 2026/05/26 04:58:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1.0dcdad4a.partial 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:45 DEBUG : file1.0dcdad4a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:45 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:45 DEBUG : file1.0dcdad4a.partial: renamed to: file1 2026/05/26 04:58:45 INFO : file1: Copied (new) 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:45 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:46 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-26 04:58:45 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/26 04:58:46 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:46 INFO : file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : >WaitForWriters: 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:46 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:46 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/26 04:58:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ada80d40): openPending: 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/26 04:58:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ada80d40): >openPending: err= 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/26 04:58:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ada80d40): _writeAt: size=5, off=0 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ada80d40): >_writeAt: n=5, err= 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ada80d40): close: 2026/05/26 04:58:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-26 04:58:46.326591512 +0000 UTC m=+29.227410735 2026/05/26 04:58:46 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ada80d40): >close: err= 2026/05/26 04:58:46 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: starting upload 2026/05/26 04:58:46 DEBUG : dir/file1.7b733f94.partial: size = 5 OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1.7b733f94.partial" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1.7b733f94.partial 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1.7b733f94.partial" 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/dir/file1.7b733f94.partial 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1.7b733f94.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:46 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:46 DEBUG : dir/file1.7b733f94.partial: renamed to: dir/file1 2026/05/26 04:58:46 INFO : dir/file1: Copied (replaced existing) 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-26 04:58:46 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:46 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : >WaitForWriters: 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.59s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:46 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:46 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/26 04:58:46 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/26 04:58:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/26 04:58:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/26 04:58:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): _writeAt: size=5, off=0 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): openPending: 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:46 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/26 04:58:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): >openPending: err= 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): >_writeAt: n=5, err= 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): _writeAt: size=15, off=5 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): >_writeAt: n=15, err= 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): close: 2026/05/26 04:58:46 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/26 04:58:46 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-26 04:58:46.955653845 +0000 UTC m=+29.856473078 2026/05/26 04:58:46 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:46 DEBUG : dir/file1(0x2995ad063380): >close: err= 2026/05/26 04:58:46 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:46 DEBUG : dir: Looking for writers 2026/05/26 04:58:46 DEBUG : file1: reading active writers 2026/05/26 04:58:46 DEBUG : Looking for writers 2026/05/26 04:58:46 DEBUG : dir: reading active writers 2026/05/26 04:58:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:47 DEBUG : dir: Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : dir: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:47 DEBUG : dir/file1: vfs cache: starting upload 2026/05/26 04:58:47 DEBUG : dir/file1.e41c5606.partial: size = 20 OK 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1.e41c5606.partial" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1.e41c5606.partial 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1.e41c5606.partial" 2026/05/26 04:58:47 DEBUG : dir: Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : dir: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yetomul7cowa/dir/file1.e41c5606.partial 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:47 DEBUG : dir/file1.e41c5606.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/26 04:58:47 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/26 04:58:47 DEBUG : dir/file1.e41c5606.partial: renamed to: dir/file1 2026/05/26 04:58:47 INFO : dir/file1: Copied (replaced existing) 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:47 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/26 04:58:47 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-26 04:58:46 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/26 04:58:47 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:47 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:47 DEBUG : dir: Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : dir: reading active writers 2026/05/26 04:58:47 DEBUG : >WaitForWriters: 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : file1: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : file1(0x2995ad092480): openPending: 2026/05/26 04:58:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:47 DEBUG : file1(0x2995ad092480): >openPending: err= 2026/05/26 04:58:47 DEBUG : file1: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/26 04:58:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/26 04:58:47 DEBUG : file1(0x2995ad092480): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : file1(0x2995ad092480): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : file1(0x2995ad092480): close: 2026/05/26 04:58:47 DEBUG : file1: vfs cache: setting modification time to 2026-05-26 04:58:47.277266822 +0000 UTC m=+30.178086065 2026/05/26 04:58:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : file1(0x2995ad092480): >close: err= 2026/05/26 04:58:47 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:47 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:47 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:47 DEBUG : file1: vfs cache: starting upload 2026/05/26 04:58:47 DEBUG : file1.391b2c20.partial: size = 5 OK 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1.391b2c20.partial" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1.391b2c20.partial 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1.391b2c20.partial" 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1.391b2c20.partial 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:47 DEBUG : file1.391b2c20.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:47 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:47 DEBUG : file1.391b2c20.partial: renamed to: file1 2026/05/26 04:58:47 INFO : file1: Copied (new) 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:47 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:47 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-26 04:58:47 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/26 04:58:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:47 INFO : file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : >WaitForWriters: 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:47 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.59762827 +0000 UTC m=+30.498447503 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.59762827 +0000 UTC m=+30.498447503 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254c80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254c80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254c80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254c80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254c80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.59762827 +0000 UTC m=+30.498447503 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254c80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fd500 item 1 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2553c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2553c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2553c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2553c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2553c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.599896181 +0000 UTC m=+30.500715404 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2553c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255c00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255c00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.599896181 +0000 UTC m=+30.500715404 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fdd50 item 2 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0340): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0340): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.601358247 +0000 UTC m=+30.502177480 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.601358247 +0000 UTC m=+30.502177480 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f07c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0c80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0c80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0c80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0c80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0c80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.601358247 +0000 UTC m=+30.502177480 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f0c80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bc4d0 item 3 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1300): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1300): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1300): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1300): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1300): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.603521981 +0000 UTC m=+30.504341214 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1300): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1840): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1840): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1840): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.603521981 +0000 UTC m=+30.504341214 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bcd20 item 4 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1e80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1e80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.604962506 +0000 UTC m=+30.505781739 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5f1e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.604962506 +0000 UTC m=+30.505781739 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6288c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6288c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6288c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6288c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6288c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.604962506 +0000 UTC m=+30.505781739 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6288c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bd0a0 item 5 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628f40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628f40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628f40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628f40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628f40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.606947242 +0000 UTC m=+30.507766475 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad628f40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629480): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629480): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629480): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.606947242 +0000 UTC m=+30.507766475 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bd810 item 6 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629b00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629b00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629b00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629b00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629b00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.60832554 +0000 UTC m=+30.509144773 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad629b00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.60832554 +0000 UTC m=+30.509144773 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6565c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6565c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6565c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6565c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6565c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.60832554 +0000 UTC m=+30.509144773 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6565c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bdd50 item 7 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.610178575 +0000 UTC m=+30.510997808 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad656c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657180): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657180): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657180): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.610178575 +0000 UTC m=+30.510997808 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad057570 item 8 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657740): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad657740): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657740): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657740): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657740): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657740): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657b00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657b00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657b00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657b00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657b00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.611603912 +0000 UTC m=+30.512423145 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad657b00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.611603912 +0000 UTC m=+30.512423145 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676580): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676580): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676580): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.611603912 +0000 UTC m=+30.512423145 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad046540 item 9 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676c00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676c00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.613522222 +0000 UTC m=+30.514341455 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad676c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677140): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.613522222 +0000 UTC m=+30.514341455 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad046e00 item 10 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677780): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad677780): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677780): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677780): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677780): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677780): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677b40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677b40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677b40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677b40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677b40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.615111039 +0000 UTC m=+30.515930272 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad677b40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.615111039 +0000 UTC m=+30.515930272 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698640): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698640): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698640): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.615111039 +0000 UTC m=+30.515930272 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad0471f0 item 11 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698cc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698cc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698cc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698cc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698cc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.616848857 +0000 UTC m=+30.517668080 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad698cc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699200): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699200): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699200): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699200): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699200): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.616848857 +0000 UTC m=+30.517668080 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699200): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad047ce0 item 12 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699840): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad699840): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699840): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699840): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699840): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699840): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699c00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699c00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.618344607 +0000 UTC m=+30.519163830 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad699c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b43c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b43c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b43c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b43c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b43c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.618344607 +0000 UTC m=+30.519163830 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b43c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688310 item 13 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4a40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4a40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4a40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4a40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4a40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.619833603 +0000 UTC m=+30.520652836 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4a40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4f80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4f80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4f80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4f80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4f80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.619833603 +0000 UTC m=+30.520652836 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4f80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688700 item 14 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b55c0): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad6b55c0): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b55c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b55c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b55c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b55c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b55c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.62124272 +0000 UTC m=+30.522061953 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2140): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.62124272 +0000 UTC m=+30.522061953 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688c40 item 15 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e27c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e27c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e27c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e27c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e27c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.622582134 +0000 UTC m=+30.523401357 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e27c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2d00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2d00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2d00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2d00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2d00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.622582134 +0000 UTC m=+30.523401357 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e2d00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6890a0 item 16 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3340): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3340): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.624075941 +0000 UTC m=+30.524895174 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.624075941 +0000 UTC m=+30.524895174 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e37c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3cc0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3cc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3cc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3cc0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3cc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.624075941 +0000 UTC m=+30.524895174 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6e3cc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689420 item 17 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708440): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708440): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708440): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708440): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708440): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.626135326 +0000 UTC m=+30.526954630 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708440): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708980): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708980): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708980): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.626135326 +0000 UTC m=+30.526954630 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689ab0 item 18 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.627553301 +0000 UTC m=+30.528372523 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.627553301 +0000 UTC m=+30.528372523 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709a00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709a00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709a00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709a00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709a00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.627553301 +0000 UTC m=+30.528372523 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709a00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfe23f0 item 19 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e180): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e180): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.629484333 +0000 UTC m=+30.530303566 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e6c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e6c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e6c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e6c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e6c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.629484333 +0000 UTC m=+30.530303566 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77e6c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfe2ee0 item 20 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77ed40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77ed40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77ed40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77ed40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77ed40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.631740433 +0000 UTC m=+30.532559666 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77ed40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.631740433 +0000 UTC m=+30.532559666 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f740): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f740): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f740): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.631740433 +0000 UTC m=+30.532559666 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77f740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad0188c0 item 21 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77fdc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77fdc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77fdc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77fdc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77fdc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.633598588 +0000 UTC m=+30.534417821 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad77fdc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798400): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798400): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798400): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.633598588 +0000 UTC m=+30.534417821 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad019d50 item 22 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798a80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798a80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798a80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798a80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798a80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.634950746 +0000 UTC m=+30.535769979 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798a80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.634950746 +0000 UTC m=+30.535769979 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad798f80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799480): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799480): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799480): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.634950746 +0000 UTC m=+30.535769979 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41c5b0 item 23 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799b00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799b00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799b00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799b00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799b00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.637316263 +0000 UTC m=+30.538135496 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad799b00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2140): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.637316263 +0000 UTC m=+30.538135496 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41cd90 item 24 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2780): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad7d2780): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2780): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2780): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2780): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2780): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2b40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2b40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2b40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2b40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2b40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.638666237 +0000 UTC m=+30.539485460 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d2b40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.638666237 +0000 UTC m=+30.539485460 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3580): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3580): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3580): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.638666237 +0000 UTC m=+30.539485460 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41d110 item 25 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3c00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3c00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.640589405 +0000 UTC m=+30.541408648 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7d3c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8240): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8240): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8240): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.640589405 +0000 UTC m=+30.541408648 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41d5e0 item 26 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8880): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad7f8880): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8880): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8880): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8880): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8880): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.64201902 +0000 UTC m=+30.542838244 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.64201902 +0000 UTC m=+30.542838244 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9680): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9680): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.64201902 +0000 UTC m=+30.542838244 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41db90 item 27 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9d00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9d00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9d00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9d00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9d00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.643819286 +0000 UTC m=+30.544638510 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9d00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814340): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814340): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814340): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.643819286 +0000 UTC m=+30.544638510 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad60aa10 item 28 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814980): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad814980): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814980): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814980): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814980): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814d40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814d40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814d40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814d40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814d40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.645156547 +0000 UTC m=+30.545975770 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad814d40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815400): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815400): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815400): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.645156547 +0000 UTC m=+30.545975770 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad60b030 item 29 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815a80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815a80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815a80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815a80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815a80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.646435737 +0000 UTC m=+30.547254960 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad815a80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8800c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8800c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8800c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8800c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8800c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.646435737 +0000 UTC m=+30.547254960 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8800c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad60b490 item 30 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dcc80): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad7dcc80): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dcc80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dcc80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dcc80): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dcc80): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dcc80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd040): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd040): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd040): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.64826075 +0000 UTC m=+30.549079973 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd700): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd700): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd700): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd700): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd700): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.64826075 +0000 UTC m=+30.549079973 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dd700): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff6460 item 31 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7ddd80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7ddd80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7ddd80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7ddd80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7ddd80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.649837424 +0000 UTC m=+30.550656667 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7ddd80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.649837424 +0000 UTC m=+30.550656667 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e070 item 32 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092c80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092c80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092c80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092c80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092c80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.651528572 +0000 UTC m=+30.552347796 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092c80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e3f0 item 33 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.651984706 +0000 UTC m=+30.552803929 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093600): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093600): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093600): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.651984706 +0000 UTC m=+30.552803929 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e700 item 33 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.653666659 +0000 UTC m=+30.554485902 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66eb60 item 34 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.654312531 +0000 UTC m=+30.555131784 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8880): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8880): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8880): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.654312531 +0000 UTC m=+30.555131784 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66ed20 item 34 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8ec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8ec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8ec0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8ec0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8ec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.655785588 +0000 UTC m=+30.556604811 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c8ec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f1f0 item 35 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.656304329 +0000 UTC m=+30.557123553 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9840): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9840): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9840): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.656304329 +0000 UTC m=+30.557123553 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f500 item 35 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9ec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9ec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9ec0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9ec0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9ec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.657909386 +0000 UTC m=+30.558728629 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4c9ec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f880 item 36 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.658406486 +0000 UTC m=+30.559225710 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880e80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880e80): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.658406486 +0000 UTC m=+30.559225710 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad880e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66fa40 item 36 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8814c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8814c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8814c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8814c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8814c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.659514994 +0000 UTC m=+30.560334217 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8814c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66fdc0 item 37 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.660165184 +0000 UTC m=+30.560984417 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881e40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881e40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881e40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881e40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881e40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.660165184 +0000 UTC m=+30.560984417 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad881e40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff62a0 item 37 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a940): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a940): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a940): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.661571284 +0000 UTC m=+30.562390508 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff7260 item 38 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.662318188 +0000 UTC m=+30.563137411 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5af00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b600): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b600): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b600): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.662318188 +0000 UTC m=+30.563137411 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff7420 item 38 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65980): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.663472061 +0000 UTC m=+30.564291283 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff7d50 item 39 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.663985412 +0000 UTC m=+30.564804635 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6685c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6685c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6685c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6685c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6685c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.663985412 +0000 UTC m=+30.564804635 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6685c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfaa380 item 39 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.665990055 +0000 UTC m=+30.566809278 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad668c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfaac40 item 40 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.666685922 +0000 UTC m=+30.567505175 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669680): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669680): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.666685922 +0000 UTC m=+30.567505175 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfab5e0 item 40 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.66797978 +0000 UTC m=+30.568799003 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad669c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062900): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062900): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e3f0 item 41 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062900): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.668572581 +0000 UTC m=+30.569391844 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e5b0 item 41 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.669151848 +0000 UTC m=+30.569971081 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062f80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063740): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063740): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063740): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.669151848 +0000 UTC m=+30.569971081 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e7e0 item 41 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.670602853 +0000 UTC m=+30.571422077 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c2c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cbc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cbc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cbc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35ebd0 item 42 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cbc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cbc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.671004594 +0000 UTC m=+30.571823816 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cbc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f0a0 item 42 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.671560024 +0000 UTC m=+30.572379247 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.671560024 +0000 UTC m=+30.572379247 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d8c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f2d0 item 42 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.672698187 +0000 UTC m=+30.573517410 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2545c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254f00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254f00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254f00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f7a0 item 43 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254f00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254f00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.673120066 +0000 UTC m=+30.573939289 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254f00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f960 item 43 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.673611906 +0000 UTC m=+30.574431130 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2554c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255d40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255d40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255d40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255d40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255d40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.673611906 +0000 UTC m=+30.574431130 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255d40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35fb20 item 43 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.674996766 +0000 UTC m=+30.575815989 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27e230 item 44 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8980): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.675414998 +0000 UTC m=+30.576234222 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27e3f0 item 44 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.675986099 +0000 UTC m=+30.576805321 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f8ec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9440): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9440): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9440): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9440): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9440): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.675986099 +0000 UTC m=+30.576805321 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9440): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27ea80 item 44 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.677306958 +0000 UTC m=+30.578126181 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7f9a80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc080): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27eee0 item 45 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc080): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.677736841 +0000 UTC m=+30.578556064 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc780): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc780): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc780): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.677736841 +0000 UTC m=+30.578556064 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7dc780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27f0a0 item 45 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.679298867 +0000 UTC m=+30.580118090 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a3c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a8c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a8c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a8c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27f490 item 46 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a8c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a8c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.679778134 +0000 UTC m=+30.580597367 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a8c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b040): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b040): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b040): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.679778134 +0000 UTC m=+30.580597367 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27f730 item 46 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.681304452 +0000 UTC m=+30.582123685 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41bb80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41bb80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41bb80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27fd50 item 47 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41bb80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41bb80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.681866915 +0000 UTC m=+30.582686219 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41bb80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570380): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570380): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570380): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.681866915 +0000 UTC m=+30.582686219 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04e070 item 47 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.683187514 +0000 UTC m=+30.584006737 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5709c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570ec0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570ec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570ec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04e3f0 item 48 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570ec0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570ec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.683593423 +0000 UTC m=+30.584412646 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad570ec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5715c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5715c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5715c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5715c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5715c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.683593423 +0000 UTC m=+30.584412646 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5715c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04e5b0 item 48 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad571c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad571c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad571c00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad571c00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad571c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.684817007 +0000 UTC m=+30.585636230 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad571c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04e930 item 49 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.685351529 +0000 UTC m=+30.586170752 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2566c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2566c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2566c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2566c0): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2566c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.685351529 +0000 UTC m=+30.586170752 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2566c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04eaf0 item 49 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256d40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256d40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256d40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256d40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256d40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.686563281 +0000 UTC m=+30.587382505 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad256d40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04f110 item 50 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.687047387 +0000 UTC m=+30.587866610 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2577c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2577c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2577c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2577c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2577c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.687047387 +0000 UTC m=+30.587866610 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2577c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04f340 item 50 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257e40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257e40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257e40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257e40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257e40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.688154993 +0000 UTC m=+30.588974216 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad257e40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04fc00 item 51 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.688580127 +0000 UTC m=+30.589399350 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288440): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288980): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288980): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288980): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.688580127 +0000 UTC m=+30.589399350 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fc1c0 item 51 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.689913771 +0000 UTC m=+30.590732993 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fcc40 item 52 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.690535638 +0000 UTC m=+30.591354861 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4725c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4725c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4725c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4725c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4725c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.690535638 +0000 UTC m=+30.591354861 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4725c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acffa0e0 item 52 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.691741218 +0000 UTC m=+30.592560441 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad472c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acffae70 item 53 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.692246034 +0000 UTC m=+30.593065257 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473680): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473680): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.692246034 +0000 UTC m=+30.593065257 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acffb570 item 53 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473d00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473d00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473d00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473d00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473d00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.693503462 +0000 UTC m=+30.594322686 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad473d00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad068930 item 54 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.693971979 +0000 UTC m=+30.594791212 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324300): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324880): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324880): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324880): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.693971979 +0000 UTC m=+30.594791212 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad068af0 item 54 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324f00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324f00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324f00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324f00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324f00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.695055911 +0000 UTC m=+30.595875134 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad324f00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad0693b0 item 55 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.695697924 +0000 UTC m=+30.596517148 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325940): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325940): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325940): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.695697924 +0000 UTC m=+30.596517148 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad325940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad0697a0 item 55 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3440c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3440c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3440c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3440c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3440c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.696920287 +0000 UTC m=+30.597739511 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3440c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad069dc0 item 56 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.697447214 +0000 UTC m=+30.598266447 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3445c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad344b40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad344b40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad344b40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad344b40): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad344b40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.697447214 +0000 UTC m=+30.598266447 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad344b40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a1c0 item 56 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.698601789 +0000 UTC m=+30.599421012 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3456c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3456c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3456c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a620 item 57 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3456c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3456c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.699007708 +0000 UTC m=+30.599826931 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3456c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a7e0 item 57 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.699518002 +0000 UTC m=+30.600337225 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad345c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362280): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362280): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362280): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362280): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362280): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.699518002 +0000 UTC m=+30.600337225 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362280): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a9a0 item 57 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.700740686 +0000 UTC m=+30.601559909 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3628c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362e00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362e00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362e00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92bb90 item 58 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362e00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362e00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.701312758 +0000 UTC m=+30.602131992 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362e00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92bd50 item 58 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.70187858 +0000 UTC m=+30.602697813 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363900): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363900): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363900): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.70187858 +0000 UTC m=+30.602697813 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada640e0 item 58 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.703170474 +0000 UTC m=+30.603989707 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392580): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392580): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64460 item 59 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392580): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.703575209 +0000 UTC m=+30.604394442 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64700 item 59 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.704132343 +0000 UTC m=+30.604951576 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad392ac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393040): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393040): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393040): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.704132343 +0000 UTC m=+30.604951576 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada648c0 item 59 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.705176139 +0000 UTC m=+30.605995362 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393bc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393bc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393bc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64d20 item 60 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393bc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393bc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.705671926 +0000 UTC m=+30.606491149 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad393bc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64fc0 item 60 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.706192051 +0000 UTC m=+30.607011273 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410200): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4107c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4107c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4107c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4107c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4107c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.706192051 +0000 UTC m=+30.607011273 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4107c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65180 item 60 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.70738625 +0000 UTC m=+30.608205473 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad410e00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411340): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65500 item 61 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411340): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.707782359 +0000 UTC m=+30.608601583 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411a40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411a40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411a40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411a40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411a40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.707782359 +0000 UTC m=+30.608601583 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad411a40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada656c0 item 61 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.709048596 +0000 UTC m=+30.609867829 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e6c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e6c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e6c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65ab0 item 62 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e6c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e6c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.709468019 +0000 UTC m=+30.610287243 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e6c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48edc0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48edc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48edc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48edc0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48edc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.709468019 +0000 UTC m=+30.610287243 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48edc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65c70 item 62 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.710786724 +0000 UTC m=+30.611605947 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f940): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f940): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94230 item 63 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f940): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.711210796 +0000 UTC m=+30.612030019 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598140): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.711210796 +0000 UTC m=+30.612030019 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94460 item 63 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.712652214 +0000 UTC m=+30.613471437 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598cc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598cc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598cc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada948c0 item 64 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598cc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598cc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.713074914 +0000 UTC m=+30.613894136 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598cc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5993c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5993c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5993c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5993c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5993c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.713074914 +0000 UTC m=+30.613894136 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5993c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94af0 item 64 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599a00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599a00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599a00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599a00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599a00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.71418821 +0000 UTC m=+30.615007433 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599a00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94ee0 item 65 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.714648091 +0000 UTC m=+30.615467313 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2480): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2480): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2480): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.714648091 +0000 UTC m=+30.615467313 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada95180 item 65 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2ac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2ac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2ac0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2ac0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2ac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.715872587 +0000 UTC m=+30.616691810 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2ac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada956c0 item 66 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.716305847 +0000 UTC m=+30.617125070 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b2f40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3480): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3480): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3480): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.716305847 +0000 UTC m=+30.617125070 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada95880 item 66 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3ac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3ac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3ac0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3ac0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3ac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.717398154 +0000 UTC m=+30.618217377 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5b3ac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada95ce0 item 67 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.717889153 +0000 UTC m=+30.618708376 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0540): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0540): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0540): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.717889153 +0000 UTC m=+30.618708376 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26000 item 67 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0bc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0bc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0bc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0bc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0bc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.719059417 +0000 UTC m=+30.619878650 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e0bc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada264d0 item 68 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.719536199 +0000 UTC m=+30.620355422 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e10c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1600): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1600): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1600): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.719536199 +0000 UTC m=+30.620355422 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada267e0 item 68 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.720677017 +0000 UTC m=+30.621496240 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5e1c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26c40 item 69 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.721151274 +0000 UTC m=+30.621970497 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6201c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6206c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6206c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6206c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6206c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6206c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.721151274 +0000 UTC m=+30.621970497 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6206c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26e00 item 69 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad620d40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad620d40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad620d40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad620d40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad620d40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.722276352 +0000 UTC m=+30.623095576 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad620d40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada27180 item 70 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.723052673 +0000 UTC m=+30.623871895 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621780): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621780): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621780): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.723052673 +0000 UTC m=+30.623871895 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada27340 item 70 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621e00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621e00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621e00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621e00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621e00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.724195544 +0000 UTC m=+30.625014767 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad621e00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada276c0 item 71 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.724769842 +0000 UTC m=+30.625589064 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644900): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644900): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644900): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.724769842 +0000 UTC m=+30.625589064 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada27880 item 71 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644f80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644f80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644f80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644f80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644f80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.726128612 +0000 UTC m=+30.626947835 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad644f80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada27c70 item 72 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.726563054 +0000 UTC m=+30.627382277 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad645480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6459c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6459c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6459c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6459c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6459c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.726563054 +0000 UTC m=+30.627382277 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6459c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2000 item 72 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.727906435 +0000 UTC m=+30.628725659 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c580): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c580): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2460 item 73 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c580): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.728346108 +0000 UTC m=+30.629165331 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66c580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2620 item 73 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.728824393 +0000 UTC m=+30.629643616 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66ca40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66cf80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66cf80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66cf80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66cf80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66cf80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.728824393 +0000 UTC m=+30.629643616 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66cf80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2850 item 73 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.729986923 +0000 UTC m=+30.630806146 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66d5c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66dac0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66dac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66dac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2bd0 item 74 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66dac0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66dac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.730412638 +0000 UTC m=+30.631231861 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad66dac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2e00 item 74 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.730919366 +0000 UTC m=+30.631738589 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c680): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c680): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.730919366 +0000 UTC m=+30.631738589 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68c680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2fc0 item 74 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.732048042 +0000 UTC m=+30.632867265 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68ccc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d1c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d1c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d1c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3340 item 75 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d1c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d1c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.732466364 +0000 UTC m=+30.633285587 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d1c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3650 item 75 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.732951081 +0000 UTC m=+30.633770303 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68d700): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68dc40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68dc40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68dc40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68dc40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68dc40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.732951081 +0000 UTC m=+30.633770303 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad68dc40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3810 item 75 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.734052224 +0000 UTC m=+30.634871448 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4880): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4880): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1a150 item 76 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4880): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.734506573 +0000 UTC m=+30.635325796 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1a930 item 76 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.734987705 +0000 UTC m=+30.635806928 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b4dc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5340): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5340): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5340): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.734987705 +0000 UTC m=+30.635806928 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1b030 item 76 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.736125697 +0000 UTC m=+30.636944921 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5e80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1b7a0 item 77 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5e80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.73654994 +0000 UTC m=+30.637369173 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6b5e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6680): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6680): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.73654994 +0000 UTC m=+30.637369173 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1bb20 item 77 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.737699615 +0000 UTC m=+30.638518838 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d6cc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d71c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d71c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d71c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cc2a0 item 78 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d71c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d71c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.7381141 +0000 UTC m=+30.638933323 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d71c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d78c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d78c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d78c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d78c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d78c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.7381141 +0000 UTC m=+30.638933323 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6d78c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cc540 item 78 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.739262492 +0000 UTC m=+30.640081715 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708500): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708500): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4ccd90 item 79 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708500): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.739659023 +0000 UTC m=+30.640478246 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708c00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708c00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.739659023 +0000 UTC m=+30.640478246 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad708c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4ccfc0 item 79 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.741207522 +0000 UTC m=+30.642026745 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709740): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709740): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cdce0 item 80 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709740): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.741728478 +0000 UTC m=+30.642547701 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709e40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709e40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709e40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709e40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709e40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.741728478 +0000 UTC m=+30.642547701 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad709e40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fc0e0 item 80 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720580): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720580): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720580): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.742992721 +0000 UTC m=+30.643811943 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fca10 item 81 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.743480433 +0000 UTC m=+30.644299656 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720a00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720f40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720f40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720f40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720f40): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720f40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.743480433 +0000 UTC m=+30.644299656 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad720f40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fcd20 item 81 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7215c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7215c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7215c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7215c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7215c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.744600151 +0000 UTC m=+30.645419374 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7215c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fd5e0 item 82 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.745112882 +0000 UTC m=+30.645932105 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad721ac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740140): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.745112882 +0000 UTC m=+30.645932105 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fd8f0 item 82 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7407c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7407c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7407c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7407c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7407c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.746282505 +0000 UTC m=+30.647101728 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7407c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bc150 item 83 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.747127954 +0000 UTC m=+30.647947178 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad740cc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741200): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741200): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741200): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741200): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741200): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.747127954 +0000 UTC m=+30.647947178 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741200): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bc460 item 83 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741880): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741880): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741880): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.748201716 +0000 UTC m=+30.649020939 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bc850 item 84 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.748683909 +0000 UTC m=+30.649503132 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad741d80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758400): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758400): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758400): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.748683909 +0000 UTC m=+30.649503132 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bcd20 item 84 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758a80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758a80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758a80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758a80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758a80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.749807625 +0000 UTC m=+30.650626888 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758a80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bd0a0 item 85 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.750292121 +0000 UTC m=+30.651111344 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad758f80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7594c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7594c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7594c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7594c0): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7594c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.750292121 +0000 UTC m=+30.651111344 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7594c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bd490 item 85 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad759b40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad759b40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad759b40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad759b40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad759b40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.751490708 +0000 UTC m=+30.652309932 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad759b40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bd960 item 86 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.752063723 +0000 UTC m=+30.652882946 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7826c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7826c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7826c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7826c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7826c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.752063723 +0000 UTC m=+30.652882946 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7826c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bdc00 item 86 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782d40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782d40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782d40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782d40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782d40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.753203409 +0000 UTC m=+30.654022633 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad782d40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad056690 item 87 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.753884077 +0000 UTC m=+30.654703300 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783780): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783780): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783780): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.753884077 +0000 UTC m=+30.654703300 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad057490 item 87 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783e00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783e00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783e00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783e00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783e00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.755026779 +0000 UTC m=+30.655846002 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad783e00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad057dc0 item 88 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.75552381 +0000 UTC m=+30.656343033 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8980): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8980): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8980): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.75552381 +0000 UTC m=+30.656343033 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad046700 item 88 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.756664538 +0000 UTC m=+30.657483761 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a8fc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9500): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9500): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad046d90 item 89 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9500): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.757118868 +0000 UTC m=+30.657938091 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad046f50 item 89 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.757738621 +0000 UTC m=+30.658557844 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7a9a40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e00c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e00c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e00c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e00c0): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e00c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.757738621 +0000 UTC m=+30.658557844 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e00c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad047180 item 89 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.758915817 +0000 UTC m=+30.659735041 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0700): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad047ab0 item 90 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.759401898 +0000 UTC m=+30.660221121 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e0c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad047ce0 item 90 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.759901523 +0000 UTC m=+30.660720756 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1740): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1740): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1740): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.759901523 +0000 UTC m=+30.660720756 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688000 item 90 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.761018066 +0000 UTC m=+30.661837288 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad7e1d80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8463c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8463c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8463c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6884d0 item 91 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8463c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8463c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.761488445 +0000 UTC m=+30.662307669 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8463c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688700 item 91 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.76222004 +0000 UTC m=+30.663039263 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846e80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846e80): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.76222004 +0000 UTC m=+30.663039263 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad846e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6888c0 item 91 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.763417255 +0000 UTC m=+30.664236478 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8474c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad847a00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad847a00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad847a00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688ee0 item 92 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad847a00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad847a00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.763846477 +0000 UTC m=+30.664665700 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad847a00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6890a0 item 92 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.764425382 +0000 UTC m=+30.665244605 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862600): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862600): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862600): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.764425382 +0000 UTC m=+30.665244605 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689260 item 92 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.765536515 +0000 UTC m=+30.666355738 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad862c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863180): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6895e0 item 93 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863180): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.766164203 +0000 UTC m=+30.666983425 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863880): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863880): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863880): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.766164203 +0000 UTC m=+30.666983425 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad863880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6897a0 item 93 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.767686833 +0000 UTC m=+30.668506057 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80780): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80780): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad60ae00 item 94 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80780): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.768205374 +0000 UTC m=+30.669024597 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80e80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80e80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.768205374 +0000 UTC m=+30.669024597 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad60b9d0 item 94 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.769607427 +0000 UTC m=+30.670426650 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada814c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81a80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81a80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81a80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad60be30 item 95 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81a80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81a80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.770110168 +0000 UTC m=+30.670929402 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81a80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e280): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e280): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e280): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e280): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e280): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.770110168 +0000 UTC m=+30.670929402 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e280): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfe27e0 item 95 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.7714216 +0000 UTC m=+30.672240823 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e8c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ee00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ee00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ee00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfe2ee0 item 96 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ee00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ee00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.771917849 +0000 UTC m=+30.672737072 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ee00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f500): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f500): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f500): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.771917849 +0000 UTC m=+30.672737072 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfe38f0 item 96 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= 2026/05/26 04:58:47 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : >WaitForWriters: 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288180): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288180): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.778497779 +0000 UTC m=+30.679317002 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.778497779 +0000 UTC m=+30.679317002 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288b00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288b00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288b00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288b00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288b00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.778497779 +0000 UTC m=+30.679317002 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288b00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fc380 item 1 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289140): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289140): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.780276785 +0000 UTC m=+30.681096007 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289680): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289680): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.780276785 +0000 UTC m=+30.681096007 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fcfc0 item 2 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289cc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289cc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289cc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289cc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289cc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.781781471 +0000 UTC m=+30.682600694 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289cc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.781781471 +0000 UTC m=+30.682600694 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0925c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092b00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092b00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092b00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092b00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092b00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.781781471 +0000 UTC m=+30.682600694 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092b00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fd3b0 item 3 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093180): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093180): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093180): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.783501496 +0000 UTC m=+30.684320720 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0936c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0936c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0936c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0936c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0936c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.783501496 +0000 UTC m=+30.684320720 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0936c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e000 item 4 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093d00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093d00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093d00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093d00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093d00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.78469283 +0000 UTC m=+30.685512053 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093d00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.78469283 +0000 UTC m=+30.685512053 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5aac0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5aac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5aac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5aac0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5aac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.78469283 +0000 UTC m=+30.685512053 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5aac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e380 item 5 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b280): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b280): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b280): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b280): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b280): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.786364643 +0000 UTC m=+30.687183866 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b280): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf649c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf649c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf649c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf649c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf649c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.786364643 +0000 UTC m=+30.687183866 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf649c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e9a0 item 6 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65d40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65d40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65d40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65d40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65d40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.787940294 +0000 UTC m=+30.688759518 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf65d40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.787940294 +0000 UTC m=+30.688759518 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062d00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0631c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0631c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0631c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0631c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0631c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.787940294 +0000 UTC m=+30.688759518 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad0631c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66ed20 item 7 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.789571601 +0000 UTC m=+30.690390824 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c940): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c940): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c940): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.789571601 +0000 UTC m=+30.690390824 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f260 item 8 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cf00): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad12cf00): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cf00): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cf00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cf00): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cf00): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12cf00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d2c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d2c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d2c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d2c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d2c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.790824792 +0000 UTC m=+30.691644015 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d2c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.790824792 +0000 UTC m=+30.691644015 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12da00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254540): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254540): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254540): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.790824792 +0000 UTC m=+30.691644015 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f730 item 9 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255040): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255040): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255040): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.792511473 +0000 UTC m=+30.693330697 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255900): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255900): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255900): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.792511473 +0000 UTC m=+30.693330697 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66fc00 item 10 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a040): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad41a040): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a040): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a040): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a040): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a040): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a400): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a400): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a400): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.793853964 +0000 UTC m=+30.694673187 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.793853964 +0000 UTC m=+30.694673187 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.793853964 +0000 UTC m=+30.694673187 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff62a0 item 11 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b500): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b500): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b500): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.79570179 +0000 UTC m=+30.696521013 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.79570179 +0000 UTC m=+30.696521013 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff6770 item 12 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80180): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ada80180): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80180): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80180): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80180): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80180): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80540): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80540): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80540): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.796999575 +0000 UTC m=+30.697818798 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80c00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80c00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.796999575 +0000 UTC m=+30.697818798 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada80c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff72d0 item 13 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81280): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81280): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81280): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81280): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81280): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.798266873 +0000 UTC m=+30.699086097 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81280): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81840): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81840): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81840): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.798266873 +0000 UTC m=+30.699086097 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff7b20 item 14 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81e80): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ada81e80): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81e80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81e80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ada81e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bc340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bc340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bc340): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bc340): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bc340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.799553899 +0000 UTC m=+30.700373121 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bc340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bca00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bca00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bca00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bca00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bca00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.799553899 +0000 UTC m=+30.700373121 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bca00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfaa5b0 item 15 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd080): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd080): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.800815445 +0000 UTC m=+30.701634678 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd5c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd5c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd5c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd5c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd5c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.800815445 +0000 UTC m=+30.701634678 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bd5c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfaafc0 item 16 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bdc00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bdc00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bdc00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bdc00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bdc00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.801949981 +0000 UTC m=+30.702769204 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8bdc00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.801949981 +0000 UTC m=+30.702769204 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8180): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8680): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8680): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.801949981 +0000 UTC m=+30.702769204 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e310 item 17 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8d00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8d00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8d00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8d00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8d00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.803813337 +0000 UTC m=+30.704632560 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c8d00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9240): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9240): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9240): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.803813337 +0000 UTC m=+30.704632560 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e850 item 18 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c98c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c98c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c98c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c98c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c98c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.805022696 +0000 UTC m=+30.705841919 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c98c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.805022696 +0000 UTC m=+30.705841919 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8c9dc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d83c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d83c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d83c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d83c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d83c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.805022696 +0000 UTC m=+30.705841919 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d83c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35ec40 item 19 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.806757017 +0000 UTC m=+30.707576240 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.806757017 +0000 UTC m=+30.707576240 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f490 item 20 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e240): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e240): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.808194427 +0000 UTC m=+30.709013650 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.808194427 +0000 UTC m=+30.709013650 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91e740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ec40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ec40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ec40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ec40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ec40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.808194427 +0000 UTC m=+30.709013650 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91ec40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689030 item 21 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f2c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f2c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f2c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f2c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f2c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.810027676 +0000 UTC m=+30.710846898 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f2c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f800): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f800): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f800): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f800): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f800): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.810027676 +0000 UTC m=+30.710846898 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad91f800): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689500 item 22 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974080): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974080): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.811268884 +0000 UTC m=+30.712088107 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.811268884 +0000 UTC m=+30.712088107 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974a80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974a80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974a80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974a80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974a80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.811268884 +0000 UTC m=+30.712088107 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad974a80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689880 item 23 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975100): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975100): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975100): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.81292644 +0000 UTC m=+30.713745663 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975640): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975640): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975640): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.81292644 +0000 UTC m=+30.713745663 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27e230 item 24 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975c80): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad975c80): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975c80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975c80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975c80): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad975c80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44140): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44140): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.814894734 +0000 UTC m=+30.715713967 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.814894734 +0000 UTC m=+30.715713967 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44b80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44b80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44b80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44b80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44b80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.814894734 +0000 UTC m=+30.715713967 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd44b80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27ea80 item 25 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45200): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45200): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45200): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45200): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45200): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.816756136 +0000 UTC m=+30.717575359 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45200): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45740): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45740): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45740): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.816756136 +0000 UTC m=+30.717575359 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27f030 item 26 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45d80): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995acd45d80): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45d80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45d80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45d80): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45d80): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd45d80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4240): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4240): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.81802639 +0000 UTC m=+30.718845613 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.81802639 +0000 UTC m=+30.718845613 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4c80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4c80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4c80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4c80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4c80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.81802639 +0000 UTC m=+30.718845613 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c4c80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27f420 item 27 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5300): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5300): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5300): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5300): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5300): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.819727759 +0000 UTC m=+30.720546982 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5300): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5840): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5840): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5840): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.819727759 +0000 UTC m=+30.720546982 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27fc70 item 28 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5e80): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad1c5e80): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5e80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5e80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad1c5e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270340): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270340): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.821169817 +0000 UTC m=+30.721989040 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270a00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270a00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270a00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270a00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270a00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.821169817 +0000 UTC m=+30.721989040 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad270a00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04e150 item 29 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271080): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271080): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.822327147 +0000 UTC m=+30.723146370 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2715c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2715c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2715c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2715c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2715c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.822327147 +0000 UTC m=+30.723146370 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2715c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04e4d0 item 30 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271c00): _readAt: size=2, off=0 2026/05/26 04:58:47 ERROR : open-test-file(0x2995ad271c00): Couldn't read size of file 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271c00): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271c00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad271c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2920c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2920c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2920c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2920c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2920c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.823584355 +0000 UTC m=+30.724403578 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2920c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292780): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292780): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292780): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.823584355 +0000 UTC m=+30.724403578 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04e850 item 31 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292e00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292e00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292e00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292e00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292e00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.825056601 +0000 UTC m=+30.725875824 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad292e00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293340): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293340): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293340): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.825056601 +0000 UTC m=+30.725875824 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04ee00 item 32 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293980): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.826522014 +0000 UTC m=+30.727341237 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04f1f0 item 33 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.828378647 +0000 UTC m=+30.729197870 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad293e00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30c400): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30c400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30c400): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30c400): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30c400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.828378647 +0000 UTC m=+30.729197870 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30c400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad04f490 item 33 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30ca40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30ca40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30ca40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30ca40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30ca40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.829652687 +0000 UTC m=+30.730471910 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30ca40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acffa000 item 34 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.830236672 +0000 UTC m=+30.731055895 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30cec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30d400): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30d400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30d400): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30d400): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30d400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.830236672 +0000 UTC m=+30.731055895 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30d400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acffa310 item 34 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30da40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30da40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30da40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30da40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30da40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.831395706 +0000 UTC m=+30.732214928 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30da40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acffb180 item 35 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.831845546 +0000 UTC m=+30.732664770 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad30dec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33a4c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33a4c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33a4c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33a4c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33a4c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.831845546 +0000 UTC m=+30.732664770 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33a4c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acffb880 item 35 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33ab40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33ab40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33ab40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33ab40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33ab40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.833204037 +0000 UTC m=+30.734023260 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33ab40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad068a10 item 36 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.833677452 +0000 UTC m=+30.734496676 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b580): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b580): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b580): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.833677452 +0000 UTC m=+30.734496676 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33b580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad068d20 item 36 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33bbc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33bbc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33bbc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33bbc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33bbc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.834698183 +0000 UTC m=+30.735517407 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad33bbc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad069650 item 37 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.835129901 +0000 UTC m=+30.735949124 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362640): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362640): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362640): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.835129901 +0000 UTC m=+30.735949124 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad069880 item 37 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362cc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362cc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362cc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362cc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362cc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.836435001 +0000 UTC m=+30.737254223 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad362cc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a070 item 38 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.836881374 +0000 UTC m=+30.737700598 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3631c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363700): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363700): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363700): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363700): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363700): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.836881374 +0000 UTC m=+30.737700598 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363700): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a2a0 item 38 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363d80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363d80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363d80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363d80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363d80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.838167467 +0000 UTC m=+30.738986691 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad363d80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a700 item 39 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.838714744 +0000 UTC m=+30.739533967 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e880): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e880): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e880): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.838714744 +0000 UTC m=+30.739533967 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39e880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92a8c0 item 39 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ef00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ef00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ef00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ef00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ef00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.839994284 +0000 UTC m=+30.740813507 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ef00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92bab0 item 40 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.840491686 +0000 UTC m=+30.741310909 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f940): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f940): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f940): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.840491686 +0000 UTC m=+30.741310909 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39f940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad92bc70 item 40 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.841740107 +0000 UTC m=+30.742559331 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436500): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436500): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada641c0 item 41 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436500): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.842204617 +0000 UTC m=+30.743023840 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64380 item 41 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.842620874 +0000 UTC m=+30.743440098 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4369c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436f00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436f00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436f00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436f00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436f00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.842620874 +0000 UTC m=+30.743440098 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad436f00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64540 item 41 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.844055969 +0000 UTC m=+30.744875192 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437a40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437a40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437a40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada649a0 item 42 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437a40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437a40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.844529956 +0000 UTC m=+30.745349179 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad437a40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64c40 item 42 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.845017709 +0000 UTC m=+30.745836932 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c600): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c600): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c600): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.845017709 +0000 UTC m=+30.745836932 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45c600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada64ee0 item 42 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.846140093 +0000 UTC m=+30.746959316 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45cc40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d140): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65260 item 43 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d140): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.846548225 +0000 UTC m=+30.747367449 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65420 item 43 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.847006592 +0000 UTC m=+30.747825816 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45d680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45dbc0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45dbc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45dbc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45dbc0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45dbc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.847006592 +0000 UTC m=+30.747825816 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad45dbc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada655e0 item 43 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.848390301 +0000 UTC m=+30.749209523 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e300): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e800): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e800): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e800): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada659d0 item 44 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e800): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e800): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.84882829 +0000 UTC m=+30.749647512 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48e800): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65b90 item 44 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.849361448 +0000 UTC m=+30.750180671 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48ed40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f2c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f2c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f2c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f2c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f2c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.849361448 +0000 UTC m=+30.750180671 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f2c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada65d50 item 44 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.850466599 +0000 UTC m=+30.751285822 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48f900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48fe00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48fe00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48fe00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94310 item 45 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48fe00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48fe00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.850896933 +0000 UTC m=+30.751716157 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad48fe00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500600): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500600): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500600): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.850896933 +0000 UTC m=+30.751716157 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94540 item 45 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.852156326 +0000 UTC m=+30.752975549 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad500c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501140): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94a10 item 46 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501140): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.852556994 +0000 UTC m=+30.753376217 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501840): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501840): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501840): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.852556994 +0000 UTC m=+30.753376217 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94bd0 item 46 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.85383907 +0000 UTC m=+30.754658293 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad501e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524480): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524480): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada94fc0 item 47 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524480): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.854353474 +0000 UTC m=+30.755172726 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524b80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524b80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524b80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524b80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524b80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.854353474 +0000 UTC m=+30.755172726 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad524b80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada952d0 item 47 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.855483301 +0000 UTC m=+30.756302524 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5251c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5256c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5256c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5256c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada956c0 item 48 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5256c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5256c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.856271482 +0000 UTC m=+30.757090705 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5256c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad525dc0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad525dc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad525dc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad525dc0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad525dc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.856271482 +0000 UTC m=+30.757090705 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad525dc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada95880 item 48 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e500): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e500): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e500): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.857655802 +0000 UTC m=+30.758475035 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada95ce0 item 49 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.85813061 +0000 UTC m=+30.758949833 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53e980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53eec0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53eec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53eec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53eec0): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53eec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.85813061 +0000 UTC m=+30.758949833 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53eec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26000 item 49 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53f540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53f540): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53f540): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53f540): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53f540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.859297899 +0000 UTC m=+30.760117122 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53f540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada264d0 item 50 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.860003784 +0000 UTC m=+30.760823007 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fa40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2500): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2500): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2500): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.860003784 +0000 UTC m=+30.760823007 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41c5b0 item 50 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2b80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2b80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2b80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2b80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2b80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.861134313 +0000 UTC m=+30.761953536 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d2b80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41cbd0 item 51 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.861549399 +0000 UTC m=+30.762368621 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3080): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d35c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d35c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d35c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d35c0): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d35c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.861549399 +0000 UTC m=+30.762368621 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d35c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41ce00 item 51 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3c40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3c40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3c40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3c40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3c40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.862946132 +0000 UTC m=+30.763765355 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4d3c40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41d180 item 52 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.863386584 +0000 UTC m=+30.764205817 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f07c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f07c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f07c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f07c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f07c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.863386584 +0000 UTC m=+30.764205817 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f07c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41d340 item 52 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0e40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0e40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0e40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0e40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0e40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.864422184 +0000 UTC m=+30.765241407 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f0e40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41d7a0 item 53 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.864920847 +0000 UTC m=+30.765740070 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1880): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1880): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1880): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.864920847 +0000 UTC m=+30.765740070 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad4f1880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad41da40 item 53 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.866157397 +0000 UTC m=+30.766976620 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2000 item 54 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.866596418 +0000 UTC m=+30.767415641 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598a80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598a80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598a80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598a80): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598a80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.866596418 +0000 UTC m=+30.767415641 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad598a80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e21c0 item 54 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599100): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599100): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599100): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.867650503 +0000 UTC m=+30.768469725 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2620 item 55 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.868125281 +0000 UTC m=+30.768944503 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599b40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599b40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599b40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599b40): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599b40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.868125281 +0000 UTC m=+30.768944503 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad599b40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2850 item 55 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc2c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc2c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc2c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc2c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc2c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.869255288 +0000 UTC m=+30.770074512 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc2c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2bd0 item 56 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.869818644 +0000 UTC m=+30.770637867 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bc7c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bcd40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bcd40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bcd40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bcd40): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bcd40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.869818644 +0000 UTC m=+30.770637867 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bcd40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e2e00 item 56 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.870940668 +0000 UTC m=+30.771759901 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd8c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd8c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd8c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3180 item 57 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd8c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd8c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.87143353 +0000 UTC m=+30.772252753 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bd8c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3340 item 57 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.871879073 +0000 UTC m=+30.772698297 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5bde00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dc480): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dc480): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dc480): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dc480): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dc480): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.871879073 +0000 UTC m=+30.772698297 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dc480): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3650 item 57 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.873185244 +0000 UTC m=+30.774004467 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dcac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3ab0 item 58 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.873568599 +0000 UTC m=+30.774387822 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad7e3dc0 item 58 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.874159507 +0000 UTC m=+30.774978731 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5dd540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5ddb00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5ddb00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5ddb00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5ddb00): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5ddb00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.874159507 +0000 UTC m=+30.774978731 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad5ddb00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1a310 item 58 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.875156754 +0000 UTC m=+30.775975978 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a780): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a780): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1ae70 item 59 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a780): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.875559687 +0000 UTC m=+30.776378910 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61a780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1b110 item 59 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.875966937 +0000 UTC m=+30.776786161 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61acc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b240): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b240): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b240): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.875966937 +0000 UTC m=+30.776786161 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acd1b500 item 59 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.877193408 +0000 UTC m=+30.778012631 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61b880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61bdc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61bdc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61bdc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cc000 item 60 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61bdc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61bdc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.877664559 +0000 UTC m=+30.778483782 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad61bdc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cc1c0 item 60 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.878228397 +0000 UTC m=+30.779047620 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a9c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a9c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a9c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a9c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a9c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.878228397 +0000 UTC m=+30.779047620 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63a9c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cc380 item 60 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.879294363 +0000 UTC m=+30.780113586 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b540): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b540): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4ccbd0 item 61 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b540): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.879697757 +0000 UTC m=+30.780516980 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63b540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63bc40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63bc40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63bc40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63bc40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63bc40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.879697757 +0000 UTC m=+30.780516980 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad63bc40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4ccee0 item 61 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.880884642 +0000 UTC m=+30.781703866 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6748c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6748c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6748c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cdab0 item 62 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6748c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6748c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.881329313 +0000 UTC m=+30.782148537 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad6748c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674fc0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674fc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674fc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674fc0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674fc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.881329313 +0000 UTC m=+30.782148537 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad674fc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad4cdd50 item 62 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.882716288 +0000 UTC m=+30.783535511 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675b40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675b40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675b40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fc7e0 item 63 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675b40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675b40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.88318235 +0000 UTC m=+30.784001573 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad675b40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c340): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c340): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c340): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.88318235 +0000 UTC m=+30.784001573 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fcb60 item 63 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): >_readAt: n=0, err=Bad file descriptor 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.884865975 +0000 UTC m=+30.785685198 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cec0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cec0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cec0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fd490 item 64 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cec0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cec0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.885371321 +0000 UTC m=+30.786190545 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cec0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fe80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fe80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fe80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fe80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fe80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.885371321 +0000 UTC m=+30.786190545 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad53fe80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26700 item 64 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c500): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c500): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c500): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c500): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c500): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.889786655 +0000 UTC m=+30.790605878 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c500): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26380 item 65 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.890263517 +0000 UTC m=+30.791082740 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56c980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56ce80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56ce80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56ce80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56ce80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56ce80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.890263517 +0000 UTC m=+30.791082740 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56ce80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26850 item 65 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d4c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d4c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d4c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d4c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d4c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.891529443 +0000 UTC m=+30.792348666 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d4c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26cb0 item 66 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.891965938 +0000 UTC m=+30.792785162 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56d940): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56de80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56de80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56de80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56de80): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56de80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.891965938 +0000 UTC m=+30.792785162 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad56de80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada26e70 item 66 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d85c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d85c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d85c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d85c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d85c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.892996238 +0000 UTC m=+30.793815462 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d85c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada271f0 item 67 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.893464645 +0000 UTC m=+30.794283868 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8a40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.893464645 +0000 UTC m=+30.794283868 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d8f40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada273b0 item 67 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9600): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9600): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9600): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9600): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9600): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.894558143 +0000 UTC m=+30.795377367 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9600): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada27730 item 68 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.895106752 +0000 UTC m=+30.795925985 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad8d9b00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c140): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.895106752 +0000 UTC m=+30.795925985 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada278f0 item 68 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c780): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c780): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c780): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.896171627 +0000 UTC m=+30.796990849 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69c780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ada27ce0 item 69 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.896601199 +0000 UTC m=+30.797420422 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69cc00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d280): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d280): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d280): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d280): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d280): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.896601199 +0000 UTC m=+30.797420422 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d280): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e150 item 69 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d900): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d900): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d900): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.898125493 +0000 UTC m=+30.798944717 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69d900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e5b0 item 70 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.898552732 +0000 UTC m=+30.799371954 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad69de00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fe5c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fe5c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fe5c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fe5c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fe5c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.898552732 +0000 UTC m=+30.799371954 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fe5c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35e7e0 item 70 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fec40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fec40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fec40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fec40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fec40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.899609611 +0000 UTC m=+30.800428834 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2fec40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35ebd0 item 71 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.900044294 +0000 UTC m=+30.800863517 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff640): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff640): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff640): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.900044294 +0000 UTC m=+30.800863517 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ff640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f0a0 item 71 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ffcc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ffcc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ffcc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ffcc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ffcc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.901277207 +0000 UTC m=+30.802096430 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2ffcc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f490 item 72 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.901726847 +0000 UTC m=+30.802546070 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288300): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288840): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288840): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288840): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.901726847 +0000 UTC m=+30.802546070 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35f810 item 72 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.902853729 +0000 UTC m=+30.803672952 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad288e00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289300): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289300): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289300): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad35fc70 item 73 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289300): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289300): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.90327677 +0000 UTC m=+30.804096003 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289300): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fc0e0 item 73 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.903712444 +0000 UTC m=+30.804531667 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2897c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289d00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289d00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289d00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289d00): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289d00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.903712444 +0000 UTC m=+30.804531667 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad289d00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fc770 item 73 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.904748795 +0000 UTC m=+30.805568019 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092d40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092d40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092d40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fcd20 item 74 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092d40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092d40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.905392152 +0000 UTC m=+30.806211374 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad092d40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fd340 item 74 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.90587177 +0000 UTC m=+30.806690993 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093280): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093800): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093800): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093800): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093800): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093800): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.90587177 +0000 UTC m=+30.806690993 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093800): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fd5e0 item 74 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.907036513 +0000 UTC m=+30.807855736 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad093e40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a7c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a7c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a7c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad3fdce0 item 75 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a7c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a7c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.907491674 +0000 UTC m=+30.808310897 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5a7c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): _writeAt: size=3, off=2 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bc1c0 item 75 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.907955372 +0000 UTC m=+30.808774595 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5ad00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b380): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b380): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b380): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.907955372 +0000 UTC m=+30.808774595 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acd5b380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bc4d0 item 75 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.909300848 +0000 UTC m=+30.810120071 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995acf657c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bcb60 item 76 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.909703089 +0000 UTC m=+30.810522312 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bcd90 item 76 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): _writeAt: size=3, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.910378456 +0000 UTC m=+30.811197679 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad062dc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063380): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063380): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063380): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.910378456 +0000 UTC m=+30.811197679 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad063380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bcf50 item 76 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.911751886 +0000 UTC m=+30.812571109 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12c140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12ca40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12ca40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12ca40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bd500 item 77 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12ca40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12ca40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.912254336 +0000 UTC m=+30.813073559 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12ca40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d140): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.912254336 +0000 UTC m=+30.813073559 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12d140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bd730 item 77 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.913498079 +0000 UTC m=+30.814317312 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad12dbc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254580): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254580): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254580): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bdc70 item 78 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254580): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254580): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.914060644 +0000 UTC m=+30.814879867 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad254580): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255140): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255140): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255140): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.914060644 +0000 UTC m=+30.814879867 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2bde30 item 78 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.915259953 +0000 UTC m=+30.816079176 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad255ac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a0c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a0c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a0c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fcbd0 item 79 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a0c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a0c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.915660461 +0000 UTC m=+30.816479683 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a0c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a7c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a7c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a7c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a7c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a7c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.915660461 +0000 UTC m=+30.816479683 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41a7c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fce70 item 79 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= 2026/05/26 04:58:47 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-yetomul7cowa/dir/file1: no such file or directory === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.916903292 +0000 UTC m=+30.817722525 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ae80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b380): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b380): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fd260 item 80 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b380): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.917354236 +0000 UTC m=+30.818173459 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41b380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba80): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.917354236 +0000 UTC m=+30.818173459 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad41ba80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fd570 item 80 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e1c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e1c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e1c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e1c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e1c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.918499462 +0000 UTC m=+30.819318695 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e1c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad2fdc00 item 81 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.919799051 +0000 UTC m=+30.820618273 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26e640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26eb80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26eb80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26eb80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26eb80): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26eb80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.919799051 +0000 UTC m=+30.820618273 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26eb80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e0e0 item 81 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f200): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f200): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f200): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f200): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f200): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.92089253 +0000 UTC m=+30.821711753 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f200): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e540 item 82 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.92134666 +0000 UTC m=+30.822165882 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26f700): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26fc80): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26fc80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26fc80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26fc80): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26fc80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.92134666 +0000 UTC m=+30.822165882 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad26fc80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66e770 item 82 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a400): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a400): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a400): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a400): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a400): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.922400534 +0000 UTC m=+30.823219756 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a400): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66eaf0 item 83 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.922833523 +0000 UTC m=+30.823652746 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28a900): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28ae40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28ae40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28ae40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28ae40): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28ae40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.922833523 +0000 UTC m=+30.823652746 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28ae40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66ecb0 item 83 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b4c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b4c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b4c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b4c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b4c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.924208053 +0000 UTC m=+30.825027276 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b4c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f0a0 item 84 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.924679094 +0000 UTC m=+30.825498327 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad28b9c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2040): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2040): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2040): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.924679094 +0000 UTC m=+30.825498327 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f260 item 84 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a26c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a26c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a26c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a26c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a26c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.92578126 +0000 UTC m=+30.826600483 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a26c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f730 item 85 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.92621462 +0000 UTC m=+30.827033864 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a2bc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3100): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3100): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3100): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.92621462 +0000 UTC m=+30.827033864 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66f8f0 item 85 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3780): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3780): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3780): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3780): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3780): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.927506796 +0000 UTC m=+30.828326038 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3780): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66fc70 item 86 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.928203182 +0000 UTC m=+30.829022405 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad2a3c80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308300): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308300): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308300): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308300): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308300): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.928203182 +0000 UTC m=+30.829022405 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308300): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad66fe30 item 86 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308980): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308980): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308980): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308980): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308980): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.929349442 +0000 UTC m=+30.830168664 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308980): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff64d0 item 87 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.929764176 +0000 UTC m=+30.830583399 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad308e80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3093c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3093c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3093c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3093c0): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3093c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.929764176 +0000 UTC m=+30.830583399 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3093c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff6690 item 87 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad309a40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad309a40): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad309a40): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad309a40): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad309a40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.930961331 +0000 UTC m=+30.831780553 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad309a40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff71f0 item 88 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.931510159 +0000 UTC m=+30.832329383 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320040): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3205c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3205c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3205c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3205c0): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3205c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.931510159 +0000 UTC m=+30.832329383 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3205c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff73b0 item 88 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.932978618 +0000 UTC m=+30.833797841 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad320c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321140): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acff7c70 item 89 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321140): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.933422027 +0000 UTC m=+30.834241249 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfaa380 item 89 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.933913656 +0000 UTC m=+30.834732880 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321680): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321c00): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321c00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321c00): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321c00): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321c00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.933913656 +0000 UTC m=+30.834732880 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad321c00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfaa9a0 item 89 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.935127414 +0000 UTC m=+30.835946647 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342340): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342880): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342880): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995acfab5e0 item 90 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342880): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.935989174 +0000 UTC m=+30.836808398 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688230 item 90 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.936508878 +0000 UTC m=+30.837328101 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad342dc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad343380): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad343380): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad343380): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad343380): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad343380): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.936508878 +0000 UTC m=+30.837328101 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad343380): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6883f0 item 90 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.937647562 +0000 UTC m=+30.838466785 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3439c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352000): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352000): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352000): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6887e0 item 91 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352000): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352000): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.938109005 +0000 UTC m=+30.838928228 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352000): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): >_readAt: n=2, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): _writeAt: size=3, off=7 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad6889a0 item 91 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.938936721 +0000 UTC m=+30.839755944 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352540): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352ac0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352ac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352ac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352ac0): >_readAt: n=8, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352ac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.938936721 +0000 UTC m=+30.839755944 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad352ac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad688e00 item 91 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.940455786 +0000 UTC m=+30.841275009 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353100): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353640): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353640): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353640): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689180 item 92 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353640): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353640): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.940899484 +0000 UTC m=+30.841718707 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353640): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): open at offset 5 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689340 item 92 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): _readAt: size=2, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): _writeAt: size=3, off=5 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): >_writeAt: n=3, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.941425399 +0000 UTC m=+30.842244623 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad353b80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378240): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378240): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378240): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378240): >_readAt: n=3, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378240): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.941425399 +0000 UTC m=+30.842244623 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378240): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689500 item 92 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.942509992 +0000 UTC m=+30.843329216 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378880): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378dc0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378dc0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378dc0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689880 item 93 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378dc0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378dc0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.942900561 +0000 UTC m=+30.843719783 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad378dc0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3794c0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3794c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3794c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3794c0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3794c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.942900561 +0000 UTC m=+30.843719783 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad3794c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad689c70 item 93 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.944215139 +0000 UTC m=+30.845034362 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad379b00): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c140): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c140): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c140): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27e230 item 94 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c140): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c140): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.944651875 +0000 UTC m=+30.845471097 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c140): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c840): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c840): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c840): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c840): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c840): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.944651875 +0000 UTC m=+30.845471097 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39c840): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27e3f0 item 94 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.945946694 +0000 UTC m=+30.846765918 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39ce80): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39d3c0): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39d3c0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39d3c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27ed20 item 95 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39d3c0): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39d3c0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.946420881 +0000 UTC m=+30.847240105 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39d3c0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39dac0): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39dac0): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39dac0): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39dac0): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39dac0): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.946420881 +0000 UTC m=+30.847240105 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad39dac0): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27eee0 item 95 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): open at offset 0 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): _readAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): >_readAt: n=0, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.947897074 +0000 UTC m=+30.848716307 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414200): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414740): _writeAt: size=5, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414740): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414740): >openPending: err= 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27f2d0 item 96 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414740): >_writeAt: n=5, err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414740): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.948383095 +0000 UTC m=+30.849202317 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414740): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/26 04:58:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/26 04:58:47 DEBUG : open-test-file: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414e40): _readAt: size=512, off=0 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414e40): openPending: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414e40): >openPending: err= 2026/05/26 04:58:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414e40): >_readAt: n=5, err=EOF 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414e40): close: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-26 04:58:47.948383095 +0000 UTC m=+30.849202317 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : open-test-file(0x2995ad414e40): >close: err= 2026/05/26 04:58:47 DEBUG : open-test-file: Remove: 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2995ad27f490 item 96 2026/05/26 04:58:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/26 04:58:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/26 04:58:47 DEBUG : open-test-file: >Remove: err= 2026/05/26 04:58:47 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : >WaitForWriters: 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.36s) --- PASS: TestRWFileHandleOpenTests/writes (0.18s) --- 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:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:47 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:47 DEBUG : file1: newRWFileHandle: 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): openPending: 2026/05/26 04:58:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): >openPending: err= 2026/05/26 04:58:47 DEBUG : file1: >newRWFileHandle: err= 2026/05/26 04:58:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/26 04:58:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): _writeAt: size=2, off=0 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): >_writeAt: n=2, err= 2026/05/26 04:58:47 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): RWFileHandle.Flush 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): RWFileHandle.Release 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): close: 2026/05/26 04:58:47 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/26 04:58:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:47 DEBUG : file1(0x2995ad53e1c0): >close: err= 2026/05/26 04:58:47 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:47 DEBUG : Looking for writers 2026/05/26 04:58:47 DEBUG : file1: reading active writers 2026/05/26 04:58:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : file1: reading active writers 2026/05/26 04:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:48 DEBUG : file1: vfs cache: starting upload 2026/05/26 04:58:48 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1.a0a9169e.partial" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1.a0a9169e.partial 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1.a0a9169e.partial" 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : file1: reading active writers 2026/05/26 04:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yetomul7cowa/file1.a0a9169e.partial 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:48 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/26 04:58:48 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/26 04:58:48 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/26 04:58:48 INFO : file1: Copied (new) 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:48 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:48 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:48 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/26 04:58:48 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/26 04:58:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/26 04:58:48 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/26 04:58:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:48 INFO : file1: vfs cache: upload succeeded try #1 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : file1: reading active writers 2026/05/26 04:58:48 DEBUG : >WaitForWriters: 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:48 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:48 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/26 04:58:48 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : file1: reading active writers 2026/05/26 04:58:48 DEBUG : >WaitForWriters: 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:48 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:48 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:48 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:48 DEBUG : rename_me: newRWFileHandle: 2026/05/26 04:58:48 DEBUG : rename_me(0x2995ad4a2f00): openPending: 2026/05/26 04:58:48 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/26 04:58:48 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/26 04:58:48 DEBUG : rename_me(0x2995ad4a2f00): >openPending: err= 2026/05/26 04:58:48 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/26 04:58:48 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/26 04:58:48 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/26 04:58:48 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/26 04:58:48 DEBUG : rename_me(0x2995ad4a2f00): _writeAt: size=5, off=0 2026/05/26 04:58:48 DEBUG : rename_me(0x2995ad4a2f00): >_writeAt: n=5, err= 2026/05/26 04:58:48 DEBUG : rename_me(0x2995ad4a2f00): close: 2026/05/26 04:58:48 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-26 04:58:48.478476311 +0000 UTC m=+31.379295544 2026/05/26 04:58:48 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/26 04:58:48 DEBUG : rename_me(0x2995ad4a2f00): >close: err= 2026/05/26 04:58:48 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/26 04:58:48 DEBUG : i_was_renamed: Updating file with 0x2995ad5ebba0 2026/05/26 04:58:48 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/26 04:58:48 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/26 04:58:48 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : i_was_renamed: reading active writers 2026/05/26 04:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : i_was_renamed: reading active writers 2026/05/26 04:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : i_was_renamed: reading active writers 2026/05/26 04:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : i_was_renamed: reading active writers 2026/05/26 04:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/26 04:58:48 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/26 04:58:48 DEBUG : i_was_renamed.aa618646.partial: size = 5 OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/i_was_renamed.aa618646.partial" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/i_was_renamed.aa618646.partial 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/i_was_renamed.aa618646.partial" 2026/05/26 04:58:48 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:48 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-yetomul7cowa/dir/file1: no such file or directory 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : i_was_renamed: reading active writers 2026/05/26 04:58:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/i_was_renamed.aa618646.partial 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:48 DEBUG : i_was_renamed.aa618646.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:48 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:48 DEBUG : i_was_renamed.aa618646.partial: renamed to: i_was_renamed 2026/05/26 04:58:48 INFO : i_was_renamed: Copied (new) 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/i_was_renamed" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/i_was_renamed 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/i_was_renamed" 2026/05/26 04:58:48 DEBUG : Looking for writers 2026/05/26 04:58:48 DEBUG : i_was_renamed: reading active writers 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/i_was_renamed 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:48 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:48 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-26 04:58:48 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/26 04:58:48 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/26 04:58:48 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/26 04:58:48 DEBUG : >WaitForWriters: 2026/05/26 04:58:48 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:48 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/26 04:58:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yetomul7cowa" 2026/05/26 04:58:48 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:48 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:48 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : forgetting directory cache 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a21c0): _readAt: size=512, off=0 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a21c0): openPending: 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-26 03:59:48 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/26 04:58:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a21c0): >openPending: err= 2026/05/26 04:58:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a21c0): >_readAt: n=20, err=EOF 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a21c0): close: 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 03:59:48 +0000 UTC 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a21c0): >close: err= 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : forgetting directory cache 2026/05/26 04:58:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a2f40): _readAt: size=512, off=0 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a2f40): openPending: 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-26 04:00:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-26 03:59:48 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-26 04:00:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-26 03:59:48 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/26 04:58:49 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/26 04:58:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a2f40): >openPending: err= 2026/05/26 04:58:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a2f40): >_readAt: n=20, err=EOF 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a2f40): close: 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:00:48 +0000 UTC 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate(0x2995ad4a2f40): >close: err= 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : forgetting directory cache 2026/05/26 04:58:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:49 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:49 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad56c1c0): _readAt: size=512, off=0 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad56c1c0): openPending: 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-26 04:01:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-26 04:00:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-26 04:01:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-26 04:00:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/26 04:58:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/26 04:58:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad56c1c0): >openPending: err= 2026/05/26 04:58:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad56c1c0): >_readAt: n=20, err=EOF 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad56c1c0): close: 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:01:48 +0000 UTC 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad56c1c0): >close: err= 2026/05/26 04:58:50 DEBUG : Re-reading directory (101.886768ms old) 2026/05/26 04:58:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : forgetting directory cache 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad2fe080): _readAt: size=512, off=0 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad2fe080): openPending: 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-26 04:02:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-26 04:01:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-26 04:02:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-26 04:01:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/26 04:58:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/26 04:58:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad2fe080): >openPending: err= 2026/05/26 04:58:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad2fe080): >_readAt: n=20, err=EOF 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad2fe080): close: 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:02:48 +0000 UTC 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate(0x2995ad2fe080): >close: err= 2026/05/26 04:58:50 DEBUG : Re-reading directory (112.41695ms old) 2026/05/26 04:58:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:50 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:50 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : forgetting directory cache 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad56d140): _readAt: size=512, off=0 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad56d140): openPending: 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-26 04:03:48 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-26 04:02:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-26 04:03:48 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-26 04:02:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/26 04:58:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/26 04:58:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad56d140): >openPending: err= 2026/05/26 04:58:51 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad56d140): >_readAt: n=20, err=EOF 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad56d140): close: 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:03:48 +0000 UTC 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad56d140): >close: err= 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : forgetting directory cache 2026/05/26 04:58:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad4149c0): _readAt: size=512, off=0 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad4149c0): openPending: 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-26 04:04:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-26 04:03:48 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-26 04:04:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-26 04:03:48 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/26 04:58:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/26 04:58:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad4149c0): >openPending: err= 2026/05/26 04:58:51 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad4149c0): >_readAt: n=20, err=EOF 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad4149c0): close: 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:04:48 +0000 UTC 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate(0x2995ad4149c0): >close: err= 2026/05/26 04:58:51 DEBUG : Re-reading directory (112.89691ms old) 2026/05/26 04:58:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:51 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:51 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : forgetting directory cache 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad2fec40): _readAt: size=512, off=0 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad2fec40): openPending: 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-26 04:05:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-26 04:04:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-26 04:05:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-26 04:04:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/26 04:58:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/26 04:58:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad2fec40): >openPending: err= 2026/05/26 04:58:52 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad2fec40): >_readAt: n=21, err=EOF 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad2fec40): close: 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:05:48 +0000 UTC 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad2fec40): >close: err= 2026/05/26 04:58:52 DEBUG : Re-reading directory (100.292791ms old) 2026/05/26 04:58:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/26 04:58:52 DEBUG : forgetting directory cache 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad414f40): _readAt: size=512, off=0 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad414f40): openPending: 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-26 04:06:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-26 04:05:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-26 04:06:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-26 04:05:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/26 04:58:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/26 04:58:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad414f40): >openPending: err= 2026/05/26 04:58:52 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad414f40): >_readAt: n=22, err=EOF 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad414f40): close: 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:06:48 +0000 UTC 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate(0x2995ad414f40): >close: err= 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:52 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:52 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:52 DEBUG : forgetting directory cache 2026/05/26 04:58:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad415b40): _readAt: size=512, off=0 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad415b40): openPending: 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-26 04:07:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-26 04:06:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-26 04:07:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-26 04:06:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/26 04:58:53 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/26 04:58:53 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad415b40): >openPending: err= 2026/05/26 04:58:53 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad415b40): >_readAt: n=23, err=EOF 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad415b40): close: 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:07:48 +0000 UTC 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad415b40): >close: err= 2026/05/26 04:58:53 DEBUG : Re-reading directory (111.800285ms old) 2026/05/26 04:58:53 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/26 04:58:53 DEBUG : forgetting directory cache 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad2ffb40): _readAt: size=512, off=0 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad2ffb40): openPending: 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yetomul7cowa/TestRWCacheUpdate 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-26 04:08:48 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-26 04:07:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-26 04:08:48 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-26 04:07:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/26 04:58:53 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/26 04:58:53 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad2ffb40): >openPending: err= 2026/05/26 04:58:53 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad2ffb40): >_readAt: n=24, err=EOF 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad2ffb40): close: 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-26 04:08:48 +0000 UTC 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate(0x2995ad2ffb40): >close: err= 2026/05/26 04:58:53 DEBUG : Re-reading directory (106.22735ms old) 2026/05/26 04:58:53 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/26 04:58:53 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:53 DEBUG : Looking for writers 2026/05/26 04:58:53 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/26 04:58:53 DEBUG : >WaitForWriters: 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.07s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:53 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:53 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : forgetting directory cache 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/26 04:58:54 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:54 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:54 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:54 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/26 04:58:54 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:54 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/26 04:58:54 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:54 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:54 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:54 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/26 04:58:54 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/26 04:58:54 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/26 04:58:54 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:54 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/26 04:58:54 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:54 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/26 04:58:54 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/26 04:58:54 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/26 04:58:54 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:54 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/FiLeA" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yetomul7cowa/FiLeA 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:54 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:54 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/26 04:58:55 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/26 04:58:55 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/26 04:58:55 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FiLeB" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yetomul7cowa/FiLeB 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/26 04:58:55 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/26 04:58:55 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/26 04:58:55 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/FilEb" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yetomul7cowa/FilEb 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/26 04:58:55 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/26 04:58:55 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/26 04:58:55 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/26 04:58:55 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/26 04:58:55 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:55 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:55 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:55 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/26 04:58:55 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/26 04:58:55 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/26 04:58:55 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/26 04:58:55 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:55 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:55 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:55 DEBUG : Looking for writers 2026/05/26 04:58:55 DEBUG : FilEb: reading active writers 2026/05/26 04:58:55 DEBUG : FiLeA: reading active writers 2026/05/26 04:58:55 DEBUG : FiLeB: reading active writers 2026/05/26 04:58:55 DEBUG : >WaitForWriters: 2026/05/26 04:58:55 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:55 DEBUG : Looking for writers 2026/05/26 04:58:55 DEBUG : FiLeA: reading active writers 2026/05/26 04:58:55 DEBUG : FiLeB: reading active writers 2026/05/26 04:58:55 DEBUG : FilEb: reading active writers 2026/05/26 04:58:55 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.67s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/normal name with no special characters.txt" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/normal\ name\ with\ no\ special\ characters.txt 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/normal\ name\ with\ no\ special\ characters.txt" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yetomul7cowa/normal name with no special characters.txt 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/normal name with no special characters.txt" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/normal\ name\ with\ no\ special\ characters.txt 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/normal\ name\ with\ no\ special\ characters.txt" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yetomul7cowa/normal name with no special characters.txt 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/測試_Русский___ě_áñ" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/測試_Русский___ě_áñ 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/測試_Русский___ě_áñ" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yetomul7cowa/測試_Русский___ě_áñ 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/測試_Русский___ě_áñ" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/測試_Русский___ě_áñ 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/測試_Русский___ě_áñ" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yetomul7cowa/測試_Русский___ě_áñ 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:55 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/26 04:58:55 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:55 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/normal name with no special characters.txt" 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/normal\ name\ with\ no\ special\ characters.txt 2026/05/26 04:58:55 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/normal\ name\ with\ no\ special\ characters.txt" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yetomul7cowa/normal name with no special characters.txt 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/測試_Русский___ě_áñ" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/測試_Русский___ě_áñ 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/測試_Русский___ě_áñ" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yetomul7cowa/測試_Русский___ě_áñ 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:56 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:56 DEBUG : Looking for writers 2026/05/26 04:58:56 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/26 04:58:56 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/26 04:58:56 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.60s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:56 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Reusing VFS from active cache 2026/05/26 04:58:56 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:56 DEBUG : Looking for writers 2026/05/26 04:58:56 DEBUG : >WaitForWriters: 2026/05/26 04:58:56 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:56 DEBUG : Looking for writers 2026/05/26 04:58:56 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:56 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:56 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:56 DEBUG : Looking for writers 2026/05/26 04:58:56 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:56 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:56 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:56 DEBUG : Looking for writers 2026/05/26 04:58:56 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:56 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/26 04:58:56 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:56 DEBUG : dir: Looking for writers 2026/05/26 04:58:56 DEBUG : file2: reading active writers 2026/05/26 04:58:56 DEBUG : Looking for writers 2026/05/26 04:58:56 DEBUG : dir: reading active writers 2026/05/26 04:58:56 DEBUG : file1: reading active writers 2026/05/26 04:58:56 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:56 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:56 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/26 04:58:56 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:56 DEBUG : dir: Looking for writers 2026/05/26 04:58:56 DEBUG : Looking for writers 2026/05/26 04:58:56 DEBUG : file1: reading active writers 2026/05/26 04:58:56 DEBUG : dir: reading active writers 2026/05/26 04:58:56 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:56 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:56 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/26 04:58:57 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:57 DEBUG : file1: Open: flags=O_RDONLY 2026/05/26 04:58:57 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/26 04:58:57 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/26 04:58:57 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:57 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:57 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/26 04:58:57 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/new_file.txt" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/new_file.txt 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/new_file.txt" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/dir/new_file.txt 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/26 04:58:57 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/26 04:58:57 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/26 04:58:57 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:57 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/26 04:58:57 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:57 DEBUG : dir: Looking for writers 2026/05/26 04:58:57 DEBUG : file2: reading active writers 2026/05/26 04:58:57 DEBUG : new_file.txt: reading active writers 2026/05/26 04:58:57 DEBUG : Looking for writers 2026/05/26 04:58:57 DEBUG : dir: reading active writers 2026/05/26 04:58:57 DEBUG : file1: reading active writers 2026/05/26 04:58:57 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.42s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:57 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file2" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yetomul7cowa/dir/file2 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/26 04:58:57 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/26 04:58:57 DEBUG : dir/file1: Updating file with dir/file1 0x2995ad5e2270 2026/05/26 04:58:57 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/26 04:58:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/dir/file1" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yetomul7cowa/dir/file1 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/26 04:58:57 INFO : dir/file1: Moved (server-side) to: file0 2026/05/26 04:58:57 DEBUG : file0: Updating file with file0 0x2995ad5e2270 2026/05/26 04:58:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/26 04:58:57 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file0" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file0 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file0" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yetomul7cowa/file0 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file0" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file0 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file0" 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yetomul7cowa/file0 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:57 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/26 04:58:57 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:57 DEBUG : dir: Looking for writers 2026/05/26 04:58:57 DEBUG : Looking for writers 2026/05/26 04:58:57 DEBUG : dir: reading active writers 2026/05/26 04:58:57 DEBUG : file0: reading active writers 2026/05/26 04:58:57 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.58s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:57 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Server has VFS statistics extension 2026/05/26 04:58:57 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: About path "/rclone-test-yetomul7cowa" 2026/05/26 04:58:57 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:57 DEBUG : Looking for writers 2026/05/26 04:58:57 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:57 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:57 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/26 04:58:57 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/26 04:58:58 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:58 DEBUG : b: Looking for writers 2026/05/26 04:58:58 DEBUG : c: Looking for writers 2026/05/26 04:58:58 DEBUG : d: Looking for writers 2026/05/26 04:58:58 DEBUG : Looking for writers 2026/05/26 04:58:58 DEBUG : a: Looking for writers 2026/05/26 04:58:58 DEBUG : Looking for writers 2026/05/26 04:58:58 DEBUG : b: reading active writers 2026/05/26 04:58:58 DEBUG : c: reading active writers 2026/05/26 04:58:58 DEBUG : d: reading active writers 2026/05/26 04:58:58 DEBUG : /: reading active writers 2026/05/26 04:58:58 DEBUG : a: reading active writers 2026/05/26 04:58:58 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:58 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/26 04:58:58 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/26 04:58:58 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/26 04:58:58 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/26 04:58:58 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:58 DEBUG : a/b/c/d: Looking for writers 2026/05/26 04:58:58 DEBUG : a/b/c: Looking for writers 2026/05/26 04:58:58 DEBUG : d: reading active writers 2026/05/26 04:58:58 DEBUG : a/b: Looking for writers 2026/05/26 04:58:58 DEBUG : c: reading active writers 2026/05/26 04:58:58 DEBUG : a: Looking for writers 2026/05/26 04:58:58 DEBUG : b: reading active writers 2026/05/26 04:58:58 DEBUG : Looking for writers 2026/05/26 04:58:58 DEBUG : a: reading active writers 2026/05/26 04:58:58 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:58 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:58 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:58 DEBUG : Looking for writers 2026/05/26 04:58:58 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:58 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/26 04:58:58 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/26 04:58:58 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/26 04:58:58 DEBUG : file1: size = 5 OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:58 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:58 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:58:58 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:58 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:58 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/26 04:58:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:58:58 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/26 04:58:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/26 04:58:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/26 04:58:58 DEBUG : file1: size = 0 OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:58 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:58:58 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/26 04:58:58 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/26 04:58:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (7 bytes), uploading instead of streaming 2026/05/26 04:58:58 DEBUG : file1: size = 7 OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:58 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:58 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/26 04:58:58 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/26 04:58:58 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:58:58 DEBUG : Looking for writers 2026/05/26 04:58:58 DEBUG : file1: reading active writers 2026/05/26 04:58:58 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.53s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:58:58 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:58:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:58:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:58:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:58 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/26 04:58:59 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/26 04:58:59 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/26 04:58:59 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (11 bytes), uploading instead of streaming 2026/05/26 04:58:59 DEBUG : file1: size = 11 OK 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/26 04:58:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:58:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:58:59 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:58:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:58:59 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/26 04:59:00 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:00 DEBUG : Looking for writers 2026/05/26 04:59:00 DEBUG : file1: reading active writers 2026/05/26 04:59:00 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.33s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:00 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:59:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (5 bytes), uploading instead of streaming 2026/05/26 04:59:00 DEBUG : file1: size = 5 OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/26 04:59:00 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/26 04:59:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/26 04:59:00 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:00 DEBUG : Looking for writers 2026/05/26 04:59:00 DEBUG : file1: reading active writers 2026/05/26 04:59:00 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:00 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:59:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : file1: WriteFileHandle.Release closing 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/26 04:59:00 DEBUG : file1: size = 0 OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:59:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/26 04:59:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/26 04:59:00 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:00 DEBUG : Looking for writers 2026/05/26 04:59:00 DEBUG : file1: reading active writers 2026/05/26 04:59:00 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:00 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:59:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (2 bytes), uploading instead of streaming 2026/05/26 04:59:00 DEBUG : file1: size = 2 OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/26 04:59:00 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/26 04:59:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:59:00 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:00 DEBUG : Looking for writers 2026/05/26 04:59:00 DEBUG : file1: reading active writers 2026/05/26 04:59:00 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:00 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:59:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (0 bytes), uploading instead of streaming 2026/05/26 04:59:00 DEBUG : file1: size = 0 OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/26 04:59:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/26 04:59:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:59:00 DEBUG : file1: Open: flags=O_RDONLY 2026/05/26 04:59:00 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/26 04:59:00 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/26 04:59:00 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:00 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:00 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:00 DEBUG : Looking for writers 2026/05/26 04:59:00 DEBUG : file1: reading active writers 2026/05/26 04:59:00 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:00 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/26 04:59:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: File to upload is small (100 bytes), uploading instead of streaming 2026/05/26 04:59:00 DEBUG : file1: size = 100 OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/file1" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: dea84eaec88a06c44fe3abaf21e606db /rclone-test-yetomul7cowa/file1 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : file1: Parsed hash: dea84eaec88a06c44fe3abaf21e606db 2026/05/26 04:59:00 DEBUG : file1: md5 = dea84eaec88a06c44fe3abaf21e606db OK 2026/05/26 04:59:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/26 04:59:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/26 04:59:00 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/26 04:59:00 DEBUG : file1: Open: flags=O_RDONLY 2026/05/26 04:59:00 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/26 04:59:00 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/26 04:59:00 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:00 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:00 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:00 DEBUG : Looking for writers 2026/05/26 04:59:00 DEBUG : file1: reading active writers 2026/05/26 04:59:00 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:00 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f000.txt" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f000.txt 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f000.txt" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yetomul7cowa/flat/f000.txt 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f000.txt" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/flat/f000.txt 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/flat/f000.txt" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-yetomul7cowa/flat/f000.txt 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f001.txt" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f001.txt 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f001.txt" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yetomul7cowa/flat/f001.txt 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:00 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f001.txt" 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/flat/f001.txt 2026/05/26 04:59:00 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/flat/f001.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-yetomul7cowa/flat/f001.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f002.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f002.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f002.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yetomul7cowa/flat/f002.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f002.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/flat/f002.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/flat/f002.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-yetomul7cowa/flat/f002.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f003.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f003.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f003.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yetomul7cowa/flat/f003.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f003.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/flat/f003.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/flat/f003.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-yetomul7cowa/flat/f003.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f004.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f004.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f004.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yetomul7cowa/flat/f004.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f004.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: sha1sum /rclone-test-yetomul7cowa/flat/f004.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yetomul7cowa/flat/f004.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-yetomul7cowa/flat/f004.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/26 04:59:01 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/26 04:59:01 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/26 04:59:01 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:01 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f000.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f000.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f000.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yetomul7cowa/flat/f000.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/26 04:59:01 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/26 04:59:01 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/26 04:59:01 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:01 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f001.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f001.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f001.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yetomul7cowa/flat/f001.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/26 04:59:01 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/26 04:59:01 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/26 04:59:01 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:01 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f002.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f002.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f002.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yetomul7cowa/flat/f002.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:01 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/26 04:59:01 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/26 04:59:01 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/26 04:59:01 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:01 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f003.txt" 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f003.txt 2026/05/26 04:59:01 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f003.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yetomul7cowa/flat/f003.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:02 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/26 04:59:02 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/26 04:59:02 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/26 04:59:02 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:02 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/flat/f004.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/flat/f004.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/flat/f004.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yetomul7cowa/flat/f004.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:02 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/26 04:59:02 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:02 DEBUG : flat: Looking for writers 2026/05/26 04:59:02 DEBUG : f003.txt: reading active writers 2026/05/26 04:59:02 DEBUG : f004.txt: reading active writers 2026/05/26 04:59:02 DEBUG : f000.txt: reading active writers 2026/05/26 04:59:02 DEBUG : f001.txt: reading active writers 2026/05/26 04:59:02 DEBUG : f002.txt: reading active writers 2026/05/26 04:59:02 DEBUG : Looking for writers 2026/05/26 04:59:02 DEBUG : flat: reading active writers 2026/05/26 04:59:02 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.49s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:02 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:02 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/26 04:59:02 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/26 04:59:02 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:02 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/a/b/c/deep.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/a/b/c/deep.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/a/b/c/deep.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-yetomul7cowa/a/b/c/deep.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:02 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/26 04:59:02 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/26 04:59:02 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/26 04:59:02 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:02 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/a/b/mid.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/a/b/mid.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/a/b/mid.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-yetomul7cowa/a/b/mid.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:02 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/26 04:59:02 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/26 04:59:02 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/26 04:59:02 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:02 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/a/top.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/a/top.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/a/top.txt" 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-yetomul7cowa/a/top.txt 2026/05/26 04:59:02 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:02 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/26 04:59:02 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:02 DEBUG : a/b/c: Looking for writers 2026/05/26 04:59:02 DEBUG : deep.txt: reading active writers 2026/05/26 04:59:02 DEBUG : a/b: Looking for writers 2026/05/26 04:59:02 DEBUG : c: reading active writers 2026/05/26 04:59:02 DEBUG : mid.txt: reading active writers 2026/05/26 04:59:02 DEBUG : a: Looking for writers 2026/05/26 04:59:02 DEBUG : b: reading active writers 2026/05/26 04:59:02 DEBUG : top.txt: reading active writers 2026/05/26 04:59:02 DEBUG : Looking for writers 2026/05/26 04:59:02 DEBUG : a: reading active writers 2026/05/26 04:59:02 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.25s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:02 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/bigdir/big.bin" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/bigdir/big.bin 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/bigdir/big.bin" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 53100c637c791af12cef564e1e9e3ecf /rclone-test-yetomul7cowa/bigdir/big.bin 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:03 DEBUG : bigdir/big.bin: Parsed hash: 53100c637c791af12cef564e1e9e3ecf 2026/05/26 04:59:03 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:03 DEBUG : bigdir: Looking for writers 2026/05/26 04:59:03 DEBUG : big.bin: reading active writers 2026/05/26 04:59:03 DEBUG : Looking for writers 2026/05/26 04:59:03 DEBUG : bigdir: reading active writers 2026/05/26 04:59:03 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.92s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-yetomul7cowa", Local "Local file system at /tmp/rclone4067085115", Modify Window "1s" 2026/05/26 04:59:03 INFO : sftp://rclone@:22/rclone-test-yetomul7cowa: poll-interval is not supported by this remote 2026/05/26 04:59:03 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/26 04:59:03 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/26 04:59:03 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:03 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir1/a.txt" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir1/a.txt 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir1/a.txt" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-yetomul7cowa/dir1/a.txt 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:03 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/26 04:59:03 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/26 04:59:03 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/26 04:59:03 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:03 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir2/b.txt" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir2/b.txt 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir2/b.txt" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: 415290769594460e2e485922904f345d /rclone-test-yetomul7cowa/dir2/b.txt 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:03 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/26 04:59:03 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/26 04:59:03 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/26 04:59:03 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/26 04:59:03 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Shell path "/rclone-test-yetomul7cowa/dir3/c.txt" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: creating additional session 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Running remote command: md5sum /rclone-test-yetomul7cowa/dir3/c.txt 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yetomul7cowa/dir3/c.txt" 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: command exited OK 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-yetomul7cowa/dir3/c.txt 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: ssh external: close 2026/05/26 04:59:03 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/26 04:59:03 DEBUG : WaitForWriters: timeout=30s 2026/05/26 04:59:03 DEBUG : dir2: Looking for writers 2026/05/26 04:59:03 DEBUG : b.txt: reading active writers 2026/05/26 04:59:03 DEBUG : dir3: Looking for writers 2026/05/26 04:59:03 DEBUG : c.txt: reading active writers 2026/05/26 04:59:03 DEBUG : dir1: Looking for writers 2026/05/26 04:59:03 DEBUG : a.txt: reading active writers 2026/05/26 04:59:03 DEBUG : Looking for writers 2026/05/26 04:59:03 DEBUG : dir2: reading active writers 2026/05/26 04:59:03 DEBUG : dir3: reading active writers 2026/05/26 04:59:03 DEBUG : dir1: reading active writers 2026/05/26 04:59:03 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.30s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/26 04:59:03 DEBUG : sftp://rclone@:22/rclone-test-yetomul7cowa: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.513044347s (try 1/5)